From 77506c6f6cbfa5c15d8373743415f47b2adb404d Mon Sep 17 00:00:00 2001 From: Luca Zulberti Date: Mon, 22 Jan 2024 08:56:17 +0100 Subject: [PATCH] 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. --- options/label/Advanced.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options/label/Advanced.yaml b/options/label/Advanced.yaml index 27b2c14637..b1ecdd6d93 100644 --- a/options/label/Advanced.yaml +++ b/options/label/Advanced.yaml @@ -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