From d42335007b6ba86f6ceef7bf1193702efd0ee95a Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 4 Aug 2025 02:30:24 -0700 Subject: [PATCH] Update debugger_bug_report.yml (#52981) Summary: This label was renamed at some point and it broke the issue template. This fixes it. ## Changelog: [INTERNAL] - Pull Request resolved: https://github.com/facebook/react-native/pull/52981 Test Plan: N/A Reviewed By: mdvacca Differential Revision: D79448155 Pulled By: cortinico fbshipit-source-id: 2312fc5a0a82a65ca908af58dc74348141c16ca2 --- .github/ISSUE_TEMPLATE/debugger_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/debugger_bug_report.yml b/.github/ISSUE_TEMPLATE/debugger_bug_report.yml index be4ea961726..1d7200d2a61 100644 --- a/.github/ISSUE_TEMPLATE/debugger_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/debugger_bug_report.yml @@ -1,6 +1,6 @@ name: 🔍 Debugger - Bug Report description: Report a bug with React Native DevTools and the New Debugger -labels: ["Needs: Triage :mag:", "Debugger"] +labels: ["Needs: Triage :mag:", "Debugging"] body: - type: markdown