mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Create .mergify.yml
This commit is contained in:
parent
229479b7ed
commit
e5ea82663e
7
.github/.mergify.yml
vendored
Normal file
7
.github/.mergify.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
pull_request_rules:
|
||||||
|
- name: PR on main is never approved.
|
||||||
|
conditions:
|
||||||
|
- base=main
|
||||||
|
actions:
|
||||||
|
close:
|
||||||
|
message: Please reopen this PR on the `develop` branch. Thank you.
|
Loading…
Reference in New Issue
Block a user