setup mergify

This commit is contained in:
Guilhem Saurel 2024-09-09 11:30:16 +02:00
parent 5f8673aa86
commit ae65ee0cbe

15
.mergify.yml Normal file
View File

@ -0,0 +1,15 @@
pull_request_rules:
- name: merge automatically when CI passes and PR is approved
conditions:
- check-success = lint
- check-success = Nix build on ubuntu
- check-success = Nix build on macos
- check-success = tests
- check-success = test-entrypoints
- or:
- approved-reviews-by = nim65s
- author = nim65s
- author = pre-commit-ci[bot]
- author = dependabot[bot]
actions:
merge: