Skip to content

Commit 96ce2b5

Browse files
committed
chore(labels): simplify GitHub labels
1 parent aeb4644 commit 96ce2b5

File tree

1 file changed

+14
-33
lines changed

1 file changed

+14
-33
lines changed

.github/labels.yml

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,42 @@
11
- name: 'carl-replacement'
22
description: Issues that allows us to replace CarlBot
33
color: '9C004F'
4+
- name: 'approved'
5+
description: Issues and PRs that have been approved.
6+
color: '8CE098'
47

5-
- name: 'type: question'
8+
- name: 'question'
69
description: Issues that asks a question.
710
color: 'D4C5F9'
8-
- name: 'type: feature'
11+
- name: 'feature'
912
description: Issues/PRs that requests/adds a new feature.
1013
color: '0052CC'
11-
- name: 'type: enhancement'
14+
- name: 'enhancement'
1215
description: Issues/PRs that requests/adds an improvement to an existing feature.
1316
color: '5319E7'
14-
- name: 'type: bug'
17+
- name: 'bug'
1518
description: Issues/PRs that reports or fixes a bug.
1619
color: 'D93F0B'
1720

18-
- name: 'status: needs testing'
19-
description: PRs that need testing from the author or volunteers.
20-
color: 'A55124'
21-
- name: 'status: help wanted'
22-
description: Issues that need assistance from volunteers or PRs that need help to proceed.
23-
color: '008672'
24-
- name: 'status: unconfirmed'
25-
description: Issues and PRs that are not approved yet.
26-
color: 'DB6A3D'
27-
- name: 'status: awaiting approval'
28-
description: Issues and PRs that are not approved yet.
29-
color: 'DB6A3D'
30-
- name: 'status: approved'
31-
description: Issues and PRs that have been approved.
32-
color: '8CE098'
33-
34-
- name: 'priority: critical'
21+
- name: 'high priority'
3522
description: Issues that must be fixed or PRs that must be finished and merged with MAXIMUM PRIORITY.
3623
color: 'F45B0E'
37-
- name: 'priority: high'
38-
description: Issues that must be fixed or PRs that must be finished and merged with high priority.
39-
color: 'F48750'
40-
- name: 'priority: medium'
24+
- name: 'medium priority'
4125
description: Issues that must be fixed or PRs that must be finished and merged with medium priority.
4226
color: 'FBCA04'
43-
- name: 'priority: low'
27+
- name: 'low priority'
4428
description: Issues that must be fixed or PRs that must be finished and merged with low priority.
4529
color: '9CEB34'
46-
- name: 'priority: lowest'
47-
description: Issues that must be fixed or PRs that must be finished with the looowwwest priority.
48-
color: '41FC02'
4930

50-
- name: 'difficulty: complex'
31+
- name: 'hard'
5132
description: Issues that are quite complex to finish.
5233
color: 'E0B325'
53-
- name: 'difficulty: medium'
34+
- name: 'not easy'
5435
description: Issues that are not easy to finish.
5536
color: 'DDE025'
56-
- name: 'difficulty: easy'
37+
- name: 'easy'
5738
description: Issues that are easy to finish.
5839
color: 'C3E025'
59-
- name: 'difficulty: trivial'
40+
- name: 'trivial'
6041
description: Issues that are very easy to finish.
6142
color: '85E025'

0 commit comments

Comments
 (0)