From 56ab4d90057688347b87ebe3a70b88def91e70a1 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Tue, 12 Mar 2024 22:59:09 +0000 Subject: [PATCH] [SYNC] mcaf-github-workflows --- .github/labels.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 5d40c75..e961fe2 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -1,25 +1,28 @@ --- - name: breaking - color: 'b60205' + color: "b60205" description: This change is not backwards compatible - name: bug - color: 'd93f0b' + color: "d93f0b" description: Something isn't working - name: documentation - color: '0075ca' + color: "0075ca" description: Improvements or additions to documentation - name: enhancement - color: '0e8a16' + color: "0e8a16" description: New feature or request - name: feature - color: '0e8a16' + color: "0e8a16" description: New feature or request - name: fix - color: 'd93f0b' + color: "d93f0b" description: Something isn't working +- name: misc + color: "#6B93D3" + description: Miscellaneous task not covered by something else - name: no-changelog - color: 'cccccc' + color: "cccccc" description: No entry should be added to the release notes and changelog - name: security - color: '5319e7' + color: "5319e7" description: Solving a security issue