Skip to content

Commit 5e12bbe

Browse files
committed
setup mergify
1 parent d4448d4 commit 5e12bbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.mergify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)