File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11queue_rules :
22 - 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 :
94 - " #approved-reviews-by>1"
105 - base=main
116 - 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 :
1915 - name : backport patches to v0.50.x branch
2016 conditions :
2117 - base=main
@@ -48,3 +44,7 @@ pull_request_rules:
4844 backport :
4945 branches :
5046 - 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