summaryrefslogtreecommitdiffstats
path: root/.mergify.yml
diff options
context:
space:
mode:
authorRyan <me@hackerc.at>2021-11-04 15:23:22 +0100
committerGitHub <noreply@github.com>2021-11-04 15:23:22 +0100
commit80db062472a72735f5fa454a1f3977ea8702aad4 (patch)
tree63108d7d1db8fad04f3a5fcf8ea67a0dd544e535 /.mergify.yml
parentfix: set `sh` as default shell for containers (#853) (diff)
downloadforgejo-act-80db062472a72735f5fa454a1f3977ea8702aad4.tar.xz
forgejo-act-80db062472a72735f5fa454a1f3977ea8702aad4.zip
ci(mergify): fix deprecated strict mode (#862)
Diffstat (limited to '.mergify.yml')
-rw-r--r--.mergify.yml22
1 files changed, 15 insertions, 7 deletions
diff --git a/.mergify.yml b/.mergify.yml
index 3556a42..eaa2532 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -18,11 +18,11 @@ pull_request_rules:
- name: warn on needs-work
conditions:
- or:
- - check-failure=lint
- - check-failure=test-linux
- - check-failure=codecov/patch
- - check-failure=codecov/project
- - check-failure=snapshot
+ - check-failure=lint
+ - check-failure=test-linux
+ - check-failure=codecov/patch
+ - check-failure=codecov/project
+ - check-failure=snapshot
actions:
comment:
message: '@{{author}} this pull request has failed checks 🛠'
@@ -86,6 +86,14 @@ pull_request_rules:
- check-success=codecov/project
- check-success=snapshot
actions:
- merge:
+ queue:
method: squash
- strict: true
+ name: default
+queue_rules:
+ - name: default
+ conditions:
+ - check-success=lint
+ - check-success=test-linux
+ - check-success=codecov/patch
+ - check-success=codecov/project
+ - check-success=snapshot