File tree 1 file changed +18
-7
lines changed
1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
queue_rules :
2
- - name : default
3
- conditions :
2
+ - name : duplicated default from Auto Squash and Merge
3
+ queue_conditions :
4
+ - base=master
5
+ - status-success=ci
6
+ - ' label=ready to squash and merge'
7
+ merge_conditions :
8
+ - check-success=ci
9
+ merge_method : squash
10
+ - name : duplicated default from Auto Rebase and Merge
11
+ queue_conditions :
12
+ - base=master
13
+ - status-success=ci
14
+ - ' label=ready to rebase and merge'
15
+ merge_conditions :
4
16
- check-success=ci
17
+ merge_method : squash
5
18
6
19
pull_request_rules :
7
20
- name : Auto Squash and Merge
@@ -11,16 +24,14 @@ pull_request_rules:
11
24
- ' label=ready to squash and merge'
12
25
actions :
13
26
delete_head_branch : {}
14
- queue :
15
- method : squash
16
- name : default
17
27
- name : Auto Rebase and Merge
18
28
conditions :
19
29
- base=master
20
30
- status-success=ci
21
31
- ' label=ready to rebase and merge'
22
32
actions :
23
33
delete_head_branch : {}
34
+ - name : Auto Rebase and Merge + Auto Squash and Merge
35
+ conditions : []
36
+ actions :
24
37
queue :
25
- method : squash
26
- name : default
You can’t perform that action at this time.
0 commit comments