Skip to content

Commit

Permalink
Merge pull request #46 from warden/feature/release-drafter-autolabeller
Browse files Browse the repository at this point in the history
Release drafter 5.14 - add autolabeler definition
  • Loading branch information
oleg-nenashev authored Mar 26, 2021
2 parents 644cdde + a2331b0 commit e9fd396
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,20 @@ replacers:
replace: 'Custom WAR Packager'
- search: '@dependabot-preview'
replace: '@dependabot'

autolabeler:
- label: 'documentation'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
body:
- '/JENKINS-[0-9]{1,4}/'

0 comments on commit e9fd396

Please sign in to comment.