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
|
||||
|
||||
exclude-labels:
|
||||
- "skip-changelog"
|
||||
- "skip changelog"
|
||||
|
||||
exclude-contributors:
|
||||
- "Dr-Blank"
|
||||
|
|
@ -55,15 +55,15 @@ autolabeler:
|
|||
branch:
|
||||
- '/feature\/.+/'
|
||||
title:
|
||||
- "/feat(ure)?/i"
|
||||
- "/^feat(ure)?/i"
|
||||
body:
|
||||
- "/JIRA-[0-9]{1,4}/"
|
||||
- label: "chore"
|
||||
title:
|
||||
- "/chore/i"
|
||||
- "/^chore\b/i"
|
||||
- label: "ui"
|
||||
title:
|
||||
- "/^ui\b/i"
|
||||
- label: "refactor"
|
||||
title:
|
||||
- "/refactor/i"
|
||||
- "/^refactor/i"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue