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 :
3+ queue_conditions :
4+ - " #approved-reviews-by>1"
5+ - label=automerge
6+ merge_conditions :
47 - base~=cosmos/
8+ commit_message_template : >
9+ {{ title }} (#{{ number }})
10+
11+ {{ body }}
12+ merge_method : squash
513
614pull_request_rules :
7- - name : automerge with label automerge and branch protection passing
8- conditions :
9- - " #approved-reviews-by>1"
10- - label=automerge
11- actions :
12- queue :
13- name : default
14- method : squash
15- commit_message_template : >
16- {{ title }} (#{{ number }})
17-
18- {{ body }}
1915 - name : backport patches to v0.47.x branch
2016 conditions :
2117 - base=cosmos/v0.50.x
2218 - label=backport/v0.47.x
2319 actions :
2420 backport :
2521 branches :
26- - cosmos/v0.47.x
22+ - cosmos/v0.47.x
23+ - name : automerge with label automerge and branch protection passing
24+ conditions : []
25+ actions :
26+ queue :
You can’t perform that action at this time.
0 commit comments