We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa2831 commit a83ae87Copy full SHA for a83ae87
.github/settings.yml
@@ -1,4 +1,8 @@
1
labels:
2
+ - name: "Type: Breaking"
3
+ color: a90000
4
+ description: A problem or enhancement related to a breaking change.
5
+
6
- name: "Type: Bug"
7
color: e80c0c
8
description: Something isn't working as expected.
@@ -78,3 +82,7 @@ labels:
78
82
- name: "Os: Linux"
79
83
color: AEB1C2
80
84
description: Is Linux-specific
85
86
+ - name: "Skip-Changelog"
87
+ color: AEB1C2
88
+ description: Skip changelog in release tag
0 commit comments