update label regex

This commit is contained in:
Dr.Blank 2025-04-10 19:46:57 +05:30
parent 4ebf46d2fd
commit 39d051746b
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

View file

@ -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"