mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-15 23:55:57 +00:00
16 lines
463 B
YAML
16 lines
463 B
YAML
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:
|