Add mergify config

This commit is contained in:
James Cole 2020-09-23 06:18:49 +02:00
parent b288d6b0eb
commit 29b8cf936e
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

7
.github/.mergify.yml vendored Normal file
View 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.