diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c402ea681..ae0492b32 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -15,6 +15,7 @@ categories: - "feature" - "enhancement" - "usability" + - "refactor" - title: "๐Ÿ› Bug Fixes" labels: - "bug" @@ -22,21 +23,22 @@ categories: - title: "๐Ÿ“„ Documentation" labels: - "documentation" - - title: "๐Ÿค– CI" - labels: - - "continuous integration" - title: "๐Ÿ“ฆ Packaging" labels: - "packaging" - title: "๐Ÿงน Code Quality" labels: - "code quality" + - title: "๐Ÿค– CI" + labels: + - "continuous integration" - title: "โฌ†๏ธ Dependencies" collapse-after: 5 labels: - "dependencies" - "submodules" - "github_actions" + - "pre-commit" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' version-resolver: @@ -50,10 +52,6 @@ version-resolver: labels: - "patch" default: patch -autolabeler: - - label: "dependencies" - title: - - "/update pre-commit hooks/i" template: | ## ๐Ÿ‘€ What Changed diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2b27553b2..b8df42703 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,7 +16,7 @@ packageRules: [ { matchManagers: ["github-actions"], - addLabels: ["github-actions", "continuous integration"], + addLabels: ["github-actions"], commitMessagePrefix: "โฌ†\uFE0F\uD83D\uDC68\u200D\uD83D\uDCBB" }, { @@ -26,7 +26,7 @@ }, { matchManagers: ["pre-commit"], - addLabels: ["pre-commit", "continuous integration"], + addLabels: ["pre-commit"], commitMessagePrefix: "โฌ†\uFE0F\uD83E\uDE9D", }, {