mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 11:09:28 +00:00
update label regex
This commit is contained in:
parent
4ebf46d2fd
commit
39d051746b
1 changed files with 4 additions and 4 deletions
8
.github/release-drafter.yml
vendored
8
.github/release-drafter.yml
vendored
|
|
@ -40,7 +40,7 @@ template: |
|
||||||
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
||||||
|
|
||||||
exclude-labels:
|
exclude-labels:
|
||||||
- "skip-changelog"
|
- "skip changelog"
|
||||||
|
|
||||||
exclude-contributors:
|
exclude-contributors:
|
||||||
- "Dr-Blank"
|
- "Dr-Blank"
|
||||||
|
|
@ -55,15 +55,15 @@ autolabeler:
|
||||||
branch:
|
branch:
|
||||||
- '/feature\/.+/'
|
- '/feature\/.+/'
|
||||||
title:
|
title:
|
||||||
- "/feat(ure)?/i"
|
- "/^feat(ure)?/i"
|
||||||
body:
|
body:
|
||||||
- "/JIRA-[0-9]{1,4}/"
|
- "/JIRA-[0-9]{1,4}/"
|
||||||
- label: "chore"
|
- label: "chore"
|
||||||
title:
|
title:
|
||||||
- "/chore/i"
|
- "/^chore\b/i"
|
||||||
- label: "ui"
|
- label: "ui"
|
||||||
title:
|
title:
|
||||||
- "/^ui\b/i"
|
- "/^ui\b/i"
|
||||||
- label: "refactor"
|
- label: "refactor"
|
||||||
title:
|
title:
|
||||||
- "/refactor/i"
|
- "/^refactor/i"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue