Skip to content

Commit d608b57

Browse files
committed
chore: migrate instead of delete old labels
1 parent 037c943 commit d608b57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/labels.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- name: "Category: Documentation ✒️"
1313
description: "A problem with the readme or a code comment."
1414
color: "ffc7ea"
15+
from_name: "documentation"
1516
- name: "Category: Bug 🐛"
1617
color: "ffc7ea"
1718
from_name: "bug"
@@ -30,6 +31,8 @@
3031
- name: "Category: Label missing ❗"
3132
description: "Use this if it feels a label should be added to label this issue"
3233
color: "ffc7ea"
34+
- name: "Category: Question / Help wanted ❓"
35+
from_name: "question"
3336

3437
# Status
3538
- name: "Status: 🗯️ Waiting for feedback"
@@ -58,11 +61,17 @@
5861
color: "ff9efc"
5962
- name: "Complexity: 🟦 Easy to do"
6063
color: "ff9efc"
64+
from_name: "good first issue"
6165

6266
# Closing reason
6367
- name: "Closed: 👥 Duplicate"
6468
color: "959a9c"
6569
description: "Issue duplicates an existing issue"
70+
from_name: "duplicate"
6671
- name: "Closed: ⚰️ Inactive"
6772
color: "959a9c"
6873
description: "No answer was received for weeks"
74+
- name: "Closed: 🙅 Won't fix"
75+
from_name: "wontfix"
76+
- name: "Closed: 🧺 Invalid"
77+
from_name: "invalid"

0 commit comments

Comments
 (0)