Skip to content

Commit

Permalink
Update auto labeler configuration (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 24, 2022
1 parent 7021aed commit 57941a1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,24 @@ version-resolver:
- 'patch'
default: patch
autolabeler:
- label: 'chore'
- label: 'kind: documentation'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- '/gh-pages\/.+/'
- label: 'bug'
- label: 'kind: bug'
branch:
- '/fix\/.+/'
- 'issues\/.+/'
- 'issue\/.+/'
title:
- '/fix/i'
- 'issues/i'
- label: 'enhancement'
- 'issue/i'
- label: 'kind: enhancement'
branch:
- '/new\/.+/'
- label: 'kind: feature'
branch:
- '/feature\/.+/'
- '/new\/.+/'

0 comments on commit 57941a1

Please sign in to comment.