diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 52d84ea..b946e54 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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}/'