]> source.dussan.org Git - gitea.git/commitdiff
Add missing exclusive in advanced label options (#28322)
authorLuca Zulberti <zulberti.luca@gmail.com>
Mon, 22 Jan 2024 07:56:17 +0000 (08:56 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 07:56:17 +0000 (07:56 +0000)
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.

options/label/Advanced.yaml

index 27b2c146372b3777f400804e4202861e6f4c7a98..b1ecdd6d93e843b247d58051aaf0256b9c5a8cf3 100644 (file)
@@ -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