No duplicate labels and types (#8536)

* dont add the bug label

* note

* fix note

* add features

* fix fix note
This commit is contained in:
youngcw
2026-07-21 17:14:02 +00:00
committed by GitHub
parent 83da87bc6e
commit 7463525f9d
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,7 +1,7 @@
name: Feature request
description: Request a missing feature
title: '[Feature] '
labels: ['feature']
labels: []
type: Feature
body:
- type: markdown
+6
View File
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [youngcw]
---
Dont add duplicate labels to bug and feature issues when there is already a type set