summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehdi ABAAKOUK <sileht@sileht.net>2021-09-26 18:08:52 +0200
committerGitHub <noreply@github.com>2021-09-26 18:08:52 +0200
commita6aea44fb023f33543e58a5fcdcff937cf0e8ec6 (patch)
treeada1197d1ea2d0dd8320b098bfe1ff3882db586a
parentci: pin goreleaser version (#825) (diff)
downloadforgejo-act-a6aea44fb023f33543e58a5fcdcff937cf0e8ec6.tar.xz
forgejo-act-a6aea44fb023f33543e58a5fcdcff937cf0e8ec6.zip
fix(mergify): needs-work label handling (#810)
-rw-r--r--.mergify.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.mergify.yml b/.mergify.yml
index 71a5061..ad8cbf9 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -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 🛠'