Skip to content

Commit e22a52b

Browse files
committed
Add "Needs: Triage" label to issues opened through forms
We used to have Fabric Bot add these labels, but it's gone now.
1 parent 778b7ae commit e22a52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Bug report
22
description: Open an issue about a bug that needs fixing.
3-
labels: Issue-Bug
3+
labels: ["Issue-Bug", "Needs: Triage"]
44
body:
55
- type: checkboxes
66
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ✨ Feature request
22
description: Open an issue about a potential new feature or improvement.
3-
labels: Issue-Enhancement
3+
labels: ["Issue-Enhancement", "Needs: Triage"]
44
body:
55
- type: checkboxes
66
attributes:

0 commit comments

Comments
 (0)