Skip to content

Commit 19e9eb7

Browse files
committed
chore: Refine autolabeler configuration and categories section
- Update `autolabeler` configuration to include specific file paths - Add additional branches to `autolabeler` configuration - Modify `categories` section to rename one of the titles
1 parent eb2717d commit 19e9eb7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/release-drafter.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ tag-template: '$RESOLVED_VERSION'
33
autolabeler:
44
- label: 'chore'
55
files:
6-
- '*'
6+
- '*.md'
7+
- 'docs/**'
8+
- '.github/**'
9+
branch:
10+
- '/docs/i'
11+
- '/documentation/i'
712
body:
8-
- '/.*/'
13+
- '/ci/i'
14+
- '/docs/i'
15+
- '/readme/i'
916
- label: 'bugfix'
10-
body:
17+
branch:
1118
- '/fix/i'
1219
- '/hotfix/i'
1320
body:
@@ -33,7 +40,7 @@ categories:
3340
- title: '🐛 Bug Fixes'
3441
labels:
3542
- 'bugfix'
36-
- title: '🧰 Maintenance'
43+
- title: '🧹 Chores'
3744
label: 'chore'
3845
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3946
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.

0 commit comments

Comments
 (0)