Create .mergify.yml

This commit is contained in:
James Cole 2020-09-23 07:41:56 +00:00 committed by GitHub
parent 229479b7ed
commit e5ea82663e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.