Skip to content

Commit 77506c6

Browse files
authored
Add missing exclusive in advanced label options (#28322)
Hi, I think these changes could be useful for default labels when creating new repos. The PR includes the following changes: - Add missing exclusive flag for Kind/ scope in labels. - Move Breaking label into new Compat/ scope.
1 parent 8e9b681 commit 77506c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

options/label/Advanced.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ labels:
1414
- name: "Kind/Testing"
1515
color: 795548
1616
description: Issue or pull request related to testing
17-
- name: "Kind/Breaking"
18-
color: c62828
19-
description: Breaking change that won't be backward compatible
2017
- name: "Kind/Documentation"
2118
color: 37474f
2219
description: Documentation changes
20+
- name: "Compat/Breaking"
21+
color: c62828
22+
description: Breaking change that won't be backward compatible
2323
- name: "Reviewed/Duplicate"
2424
exclusive: true
2525
color: 616161

0 commit comments

Comments
 (0)