From 6d8f11d693427cadb0f87b4e3967117091a29508 Mon Sep 17 00:00:00 2001 From: Luca Zulberti Date: Sat, 20 Jan 2024 12:12:33 +0100 Subject: [PATCH] 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 27b2c146372b..b1ecdd6d93e8 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