mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 05:10:20 +00:00
skip_changelog: allow PR patch
label
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
91aa41ea85
commit
70e019b6e7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/conventional-label.yml
vendored
5
.github/workflows/conventional-label.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue