firefly-iii/.github/mergify.yml

9 lines
264 B
YAML
Raw Normal View History

2021-11-21 23:34:03 -06:00
pull_request_rules:
2021-12-18 23:56:11 -06:00
- name: Close all on main
conditions:
- base=main
- -author~=^dependabot(|-preview)\[bot\]$
2021-12-18 23:56:11 -06:00
actions:
close:
message: Please do not open PR's on the `main` branch, but on the `develop` branch only. Thank you!