Skip to content

Commit a83ae87

Browse files
chore: Add labels
Add Breaking change label and Skip-Changelog label
1 parent 4fa2831 commit a83ae87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/settings.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
labels:
2+
- name: "Type: Breaking"
3+
color: a90000
4+
description: A problem or enhancement related to a breaking change.
5+
26
- name: "Type: Bug"
37
color: e80c0c
48
description: Something isn't working as expected.
@@ -78,3 +82,7 @@ labels:
7882
- 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)