skip_changelog: allow PR patch label

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-10-27 18:05:26 +00:00
parent 91aa41ea85
commit 70e019b6e7
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2

View file

@ -16,7 +16,7 @@ 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'
allowed_prefixes: 'feat,feature,fix,major,breaking,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
@ -42,7 +42,8 @@ jobs:
"refactor": "trivial",
"refactoring": "trivial",
"skip-release": "skip_changelog",
"skip_changelog": "skip_changelog"
"skip_changelog": "skip_changelog",
"patch": "trivial"
}
role-label: