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: