skip_changelog: allow chore label in PR title

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2024-04-25 13:33:06 +00:00
parent 196bd2fd96
commit 1bf0371dd7
No known key found for this signature in database
GPG key ID: 00872BAF59D98753

View file

@ -16,7 +16,10 @@ jobs:
- name: "Confirm correct pull request title"
uses: mmubeen/action-pr-title@master # until PR gets merged https://github.com/deepakputhraya/action-pr-title/pull/29
with:
allowed_prefixes: 'feat,feature,fix,major,breaking,minor,enhancement,deprecated,removed,security,bug,bugfix,docs,packaging,test,refactor,refactoring,skip-release,skip_changelog,patch'
allowed_prefixes: >-
breaking,chore,feat,feature,fix,major,minor,enhancement,
deprecated,removed,security,bug,bugfix,docs,packaging,
test,refactor,refactoring,skip-release,skip_changelog,patch
- name: "Apply label"
if: github.event.pull_request.labels.length == 0
@ -43,7 +46,8 @@ jobs:
"refactoring": "trivial",
"skip-release": "skip_changelog",
"skip_changelog": "skip_changelog",
"patch": "trivial"
"patch": "trivial",
"chore": "trivial"
}
role-label: