From a9d6b9399c64f0d8e0ad6cd55dd83e539411c6b5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jan 2021 23:38:09 +0100 Subject: [PATCH] Fix maintenance vs chore label issue (#8) --- .github/labels.yml | 3 --- .github/release-drafter.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 42f0eb5..2ff3cf1 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -25,9 +25,6 @@ - name: "maintenance" color: 2af79e description: "Generic maintenance tasks." -- name: "chore" - color: 2af79e - description: "Generic chore." - name: "ci" color: 1d76db description: "Work that improves the continue integration." diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c985432..cb404ea 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -21,7 +21,7 @@ categories: - "performance" - title: "🧰 Maintenance" labels: - - "chore" + - "maintenance" - "ci" - title: "📚 Documentation" labels: