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 7637a7b commit 1a31cd4Copy full SHA for 1a31cd4
.mergify.yml
@@ -0,0 +1,23 @@
1
+pull_request_rules:
2
+ - name: Automatically squash and merge on CI success
3
+ conditions:
4
+ - status-success=Unit Tests
5
+ - status-success=Docs can be generated
6
+ - status-success=Downstream projects still work
7
+ - 'label=ready to squash and merge'
8
+ actions:
9
+ delete_head_branch: {}
10
+ merge:
11
+ method: squash
12
+ strict: smart
13
+ - name: Automatically rebase and merge on CI success
14
15
16
17
18
+ - 'label=ready to rebase and merge'
19
20
21
22
+ method: rebase
23
0 commit comments