ci(Mergify): configuration update

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole
2022-01-13 13:58:08 +01:00
parent 34138d1533
commit ff5b872fa3

1
.github/mergify.yml vendored
View File

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