We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b99800 commit 4c5e1c6Copy full SHA for 4c5e1c6
.mergify.yml
@@ -1,3 +1,10 @@
1
+queue_rules:
2
+ - name: default
3
+ conditions:
4
+ # Conditions to get out of the queue (= merged)
5
+ - status-success=Run Unit Tests
6
+ - status-success=Semantic Pull Request
7
+
8
pull_request_rules:
9
- name: Automatically merge on CI success and review approval
10
conditions:
@@ -13,10 +20,9 @@ pull_request_rules:
13
20
- -closed
14
21
- author!=dependabot[bot]
15
22
actions:
16
- merge:
23
+ queue:
17
24
method: squash
18
- strict: smart
19
- strict_method: merge
25
+ name: default
26
27
- name: Automatically approve and merge Dependabot PRs
28
@@ -31,7 +37,6 @@ pull_request_rules:
31
37
32
38
review:
33
39
type: APPROVE
34
40
35
41
36
- strict: smart+fasttrack
42
0 commit comments