mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
setup mergify
This commit is contained in:
parent
5f8673aa86
commit
ae65ee0cbe
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:
|
||||||
Loading…
Reference in New Issue
Block a user