We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2116757 commit 79def48Copy full SHA for 79def48
.mergify.yml
@@ -0,0 +1,11 @@
1
+pull_request_rules:
2
+ - name: merge automatically when CI passes and PR is approved
3
+ conditions:
4
+ - check-success = "gitlab-ci"
5
+ - check-success = "Nix build on ubuntu"
6
+ - check-success = "pre-commit.ci - pr"
7
+ - or:
8
+ - author = pre-commit-ci[bot]
9
+ - author = dependabot[bot]
10
+ actions:
11
+ merge:
0 commit comments