fix(mergify): needs-work label handling (#810)

This commit is contained in:
Mehdi ABAAKOUK 2021-09-26 18:08:52 +02:00 committed by GitHub
parent b1e4844aac
commit a6aea44fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,13 @@ pull_request_rules:
- conflict
- name: warn on needs-work
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:
comment:
message: '@{{author}} this pull request has failed checks 🛠'