Update mergify.yml

This commit is contained in:
James Cole 2021-12-16 16:52:02 +01:00 committed by GitHub
parent b592528318
commit 5d3f95762e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/mergify.yml vendored
View File

@ -5,3 +5,9 @@ pull_request_rules:
actions:
merge:
method: merge
- name: Close all on main
conditions:
- base=main
actions:
close:
message: Do not open PR's on the main branch.