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=A: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 v0.50.x branch
20
16
conditions :
21
17
- base=main
@@ -48,3 +44,7 @@ pull_request_rules:
48
44
backport :
49
45
branches :
50
46
- release/v0.45.x
47
+ - name : automerge to main with label automerge and branch protection passing
48
+ conditions : []
49
+ actions :
50
+ queue :
You can’t perform that action at this time.
0 commit comments