We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1297 commit b2d605aCopy full SHA for b2d605a
1 file changed
.github/mergify.yml
@@ -5,3 +5,9 @@ pull_request_rules:
5
actions:
6
merge:
7
method: merge
8
+ - name: Close all on main
9
+ conditions:
10
+ - base=main
11
+ actions:
12
+ close:
13
+ message: Do not open PR's on the main branch.
0 commit comments