File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
8
pull_request_rules :
2
9
- name : Automatically merge on CI success and review approval
3
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
20
26
21
27
- name : Automatically approve and merge Dependabot PRs
22
28
conditions :
@@ -31,7 +37,6 @@ pull_request_rules:
31
37
actions :
32
38
review :
33
39
type : APPROVE
34
- merge :
40
+ queue :
35
41
method : squash
36
- strict : smart+fasttrack
37
- strict_method : merge
42
+ name : default
You can’t perform that action at this time.
0 commit comments