From 7463525f9dbd2ce025e94e13f262252fc9f3b649 Mon Sep 17 00:00:00 2001 From: youngcw Date: Tue, 21 Jul 2026 11:14:02 -0600 Subject: [PATCH] No duplicate labels and types (#8536) * dont add the bug label * note * fix note * add features * fix fix note --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- upcoming-release-notes/no-bug-label.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 upcoming-release-notes/no-bug-label.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b725053b65..fc5083b99f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report also known as an issue or problem. title: '[Bug]: ' -labels: ['needs triage', 'bug'] +labels: ['needs triage'] type: Bug body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d511436a25..322d7c0f73 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: Feature request description: Request a missing feature title: '[Feature] ' -labels: ['feature'] +labels: [] type: Feature body: - type: markdown diff --git a/upcoming-release-notes/no-bug-label.md b/upcoming-release-notes/no-bug-label.md new file mode 100644 index 0000000000..3681195290 --- /dev/null +++ b/upcoming-release-notes/no-bug-label.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [youngcw] +--- + +Dont add duplicate labels to bug and feature issues when there is already a type set