Skip to content

Commit

Permalink
Add missing exclusive in advanced label options (#28322)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LucaZulberti authored Jan 22, 2024
1 parent 8e9b681 commit 77506c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions options/label/Advanced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ labels:
- name: "Kind/Testing"
color: 795548
description: Issue or pull request related to testing
- name: "Kind/Breaking"
color: c62828
description: Breaking change that won't be backward compatible
- name: "Kind/Documentation"
color: 37474f
description: Documentation changes
- name: "Compat/Breaking"
color: c62828
description: Breaking change that won't be backward compatible
- name: "Reviewed/Duplicate"
exclusive: true
color: 616161
Expand Down

0 comments on commit 77506c6

Please sign in to comment.