Skip to content

Commit

Permalink
chore: Refine autolabeler configuration and categories section
Browse files Browse the repository at this point in the history
- Update `autolabeler` configuration to include specific file paths
- Add additional branches to `autolabeler` configuration
- Modify `categories` section to rename one of the titles
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent eb2717d commit 19e9eb7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ tag-template: '$RESOLVED_VERSION'
autolabeler:
- label: 'chore'
files:
- '*'
- '*.md'
- 'docs/**'
- '.github/**'
branch:
- '/docs/i'
- '/documentation/i'
body:
- '/.*/'
- '/ci/i'
- '/docs/i'
- '/readme/i'
- label: 'bugfix'
body:
branch:
- '/fix/i'
- '/hotfix/i'
body:
Expand All @@ -33,7 +40,7 @@ categories:
- title: '🐛 Bug Fixes'
labels:
- 'bugfix'
- title: '🧰 Maintenance'
- title: '🧹 Chores'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Expand Down

0 comments on commit 19e9eb7

Please sign in to comment.