We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebf46d commit 39d0517Copy full SHA for 39d0517
.github/release-drafter.yml
@@ -40,7 +40,7 @@ template: |
40
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
41
42
exclude-labels:
43
- - "skip-changelog"
+ - "skip changelog"
44
45
exclude-contributors:
46
- "Dr-Blank"
@@ -55,15 +55,15 @@ autolabeler:
55
branch:
56
- '/feature\/.+/'
57
title:
58
- - "/feat(ure)?/i"
+ - "/^feat(ure)?/i"
59
body:
60
- "/JIRA-[0-9]{1,4}/"
61
- label: "chore"
62
63
- - "/chore/i"
+ - "/^chore\b/i"
64
- label: "ui"
65
66
- "/^ui\b/i"
67
- label: "refactor"
68
69
- - "/refactor/i"
+ - "/^refactor/i"
0 commit comments