mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 03:15:40 +00:00
setup mergify
This commit is contained in:
15
.mergify.yml
Normal file
15
.mergify.yml
Normal 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:
|
||||
Reference in New Issue
Block a user