File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
queue_rules :
2
2
- name : default
3
- conditions :
4
- - " #approved-reviews-by>1"
5
-
6
- pull_request_rules :
7
- - name : automerge to main with label "automerge" and branch protection passing
8
- conditions :
3
+ queue_conditions :
9
4
- " #approved-reviews-by>1"
10
5
- base=main
11
6
- label=automerge
12
- actions :
13
- queue :
14
- name : default
15
- method : squash
16
- commit_message_template : |
17
- {{ title }} (#{{ number }})
18
- {{ body }}
7
+ merge_conditions :
8
+ - " #approved-reviews-by>1"
9
+ commit_message_template : |
10
+ {{ title }} (#{{ number }})
11
+ {{ body }}
12
+ merge_method : squash
13
+
14
+ pull_request_rules :
19
15
- name : backport patches to main branch
20
16
conditions :
21
17
- label=backport/main
@@ -39,3 +35,7 @@ pull_request_rules:
39
35
backport :
40
36
branches :
41
37
- release/v0.19.x
38
+ - name : automerge to main with label "automerge" and branch protection passing
39
+ conditions : []
40
+ actions :
41
+ queue :
You can’t perform that action at this time.
0 commit comments