fix(mergify): needs-work label handling (#810)
This commit is contained in:
parent
b1e4844aac
commit
a6aea44fb0
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@ pull_request_rules:
|
||||||
- conflict
|
- conflict
|
||||||
- name: warn on needs-work
|
- name: warn on needs-work
|
||||||
conditions:
|
conditions:
|
||||||
- '#check-failure>=1'
|
- or:
|
||||||
|
- check-failure=lint
|
||||||
|
- check-failure=test-linux
|
||||||
|
- check-failure=test-macos
|
||||||
|
- check-failure=codecov/patch
|
||||||
|
- check-failure=codecov/project
|
||||||
|
- check-failure=snapshot
|
||||||
actions:
|
actions:
|
||||||
comment:
|
comment:
|
||||||
message: '@{{author}} this pull request has failed checks 🛠'
|
message: '@{{author}} this pull request has failed checks 🛠'
|
||||||
|
|
Loading…
Reference in a new issue