Skip to content

Commit a6e938a

Browse files
+ Add Breaking label and Skip-Changelog label
1 parent 28da5f3 commit a6e938a

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

.github/settings.yml

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,88 @@
11
labels:
2-
- name: 'Type: Bug'
2+
- name: "Type: Breaking"
3+
color: a90000
4+
description: A problem or enhancement related to a breaking change.
5+
6+
- name: "Type: Bug"
37
color: e80c0c
48
description: Something isn't working as expected.
59

6-
- name: 'Type: Enhancement'
10+
- name: "Type: Enhancement"
711
color: 54b2ff
812
description: Suggest an improvement for an existing feature.
913

10-
- name: 'Type: Feature'
14+
- name: "Type: Feature"
1115
color: 54b2ff
1216
description: Suggest a new feature.
1317

14-
- name: 'Type: Security'
18+
- name: "Type: Security"
1519
color: fbff00
1620
description: A problem or enhancement related to a security issue.
1721

18-
- name: 'Type: Question'
22+
- name: "Type: Question"
1923
color: 9309ab
2024
description: Request for information.
2125

22-
- name: 'Type: Test'
26+
- name: "Type: Test"
2327
color: ce54e3
2428
description: A problem or enhancement related to a test.
2529

26-
- name: 'Status: Awaiting Review'
30+
- name: "Status: Awaiting Review"
2731
color: 24d15d
2832
description: Ready for review.
2933

30-
- name: 'Status: WIP'
34+
- name: "Status: WIP"
3135
color: 07b340
3236
description: Currently being worked on.
3337

34-
- name: 'Status: Waiting'
38+
- name: "Status: Waiting"
3539
color: 38C968
3640
description: Waiting on something else to be ready.
3741

38-
- name: 'Status: Stale'
42+
- name: "Status: Stale"
3943
color: 66b38a
4044
description: Has had no activity for some time.
4145

42-
- name: 'Duplicate'
46+
- name: "Duplicate"
4347
color: EB862D
4448
description: Duplicate of another issue.
4549

46-
- name: 'Invalid'
50+
- name: "Invalid"
4751
color: faef50
4852
description: This issue doesn't seem right.
4953

50-
- name: 'Priority: High +'
54+
- name: "Priority: High +"
5155
color: ff008c
5256
description: Task is considered higher-priority.
5357

54-
- name: 'Priority: Low -'
58+
- name: "Priority: Low -"
5559
color: 690a34
5660
description: Task is considered lower-priority.
5761

58-
- name: 'Documentation'
62+
- name: "Documentation"
5963
color: 2fbceb
6064
description: An issue/change with the documentation.
6165

6266
- name: "Won't fix"
6367
color: C8D9E6
6468
description: Reported issue is working as intended.
6569

66-
- name: '3rd party issue'
70+
- name: "3rd party issue"
6771
color: e88707
6872
description: This issue might be caused by a 3rd party script/package/other reasons
6973

70-
- name: 'Os: Windows'
74+
- name: "Os: Windows"
7175
color: AEB1C2
7276
description: Is Windows-specific
7377

74-
- name: 'Os: Mac'
78+
- name: "Os: Mac"
7579
color: AEB1C2
7680
description: Is Mac-specific
7781

78-
- name: 'Os: Linux'
82+
- name: "Os: Linux"
7983
color: AEB1C2
8084
description: Is Linux-specific
85+
86+
- name: "Skip-Changelog"
87+
color: AEB1C2
88+
description: Skip changelog in release tag

0 commit comments

Comments
 (0)