firefly-iii/.github/mergify.yml
2021-12-19 06:56:11 +01:00

14 lines
367 B
YAML

pull_request_rules:
- name: Security update by dependabot
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
method: merge
- name: Close all on main
conditions:
- base=main
actions:
close:
message: Please do not open PR's on the `main` branch, but on the `develop` branch only. Thank you!