Merge pull request #5538 from firefly-iii/mergify/JC5/config-update

ci(Mergify): configuration update
This commit is contained in:
James Cole
2022-01-13 13:58:24 +01:00
committed by GitHub

1
.github/mergify.yml vendored
View File

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