Skip to content

Commit 39d0517

Browse files
committed
update label regex
1 parent 4ebf46d commit 39d0517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ template: |
4040
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
4141
4242
exclude-labels:
43-
- "skip-changelog"
43+
- "skip changelog"
4444

4545
exclude-contributors:
4646
- "Dr-Blank"
@@ -55,15 +55,15 @@ autolabeler:
5555
branch:
5656
- '/feature\/.+/'
5757
title:
58-
- "/feat(ure)?/i"
58+
- "/^feat(ure)?/i"
5959
body:
6060
- "/JIRA-[0-9]{1,4}/"
6161
- label: "chore"
6262
title:
63-
- "/chore/i"
63+
- "/^chore\b/i"
6464
- label: "ui"
6565
title:
6666
- "/^ui\b/i"
6767
- label: "refactor"
6868
title:
69-
- "/refactor/i"
69+
- "/^refactor/i"

0 commit comments

Comments
 (0)