diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f64c2e2..0b4cbab 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -23,6 +23,12 @@ categories: labels: - fix - bug + - title: 🧪 Test + labels: + - test + - title: 🚥 CI + labels: + - ci - title: ♻️ Changes labels: - changed @@ -61,23 +67,27 @@ autolabeler: - label: 'chore' branch: - '/(chore)\/.*/' - title: - - '/^chore: .*/' + - label: 'security' + branch: + - '/(security)\/.*/' + - label: 'refactor' + branch: + - '/(refactor)\/.*/' - label: 'docs' branch: - '/(docs)\/.*/' - title: - - '/^docs: .*/' + - label: 'ci' + branch: + - '/(ci)\/.*/' + - label: 'test' + branch: + - '/(test)\/.*/' - label: 'bug' branch: - '/(fix)\/.*/' - title: - - '/^fix: .*/' - label: 'feature' branch: - '/(feat)\/.*/' - title: - - '/^feat: .*/' body: - '/JIRA-[0-9]{1,4}/'