Skip to content

Commit

Permalink
Add chore and enhancement autolabeler configuration (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Dec 18, 2023
1 parent ae66431 commit bed544f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ autolabeler:
- '/feature\/.+/'
body:
- '/JIRA-[0-9]{1,4}/'
- label: 'enhancement'
branch:
- '/enh\/.+/'
- label: 'chore'
branch:
- '/chore\/.+/'
template: |
## Changes
$CHANGES

0 comments on commit bed544f

Please sign in to comment.