File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ priority_rules:
1111 - name : priority for queue `default`
1212 conditions :
1313 - queue-name=default
14- priority : 2750
14+ priority : 2500
1515
1616 - name : priority for queue `squash-merge`
1717 conditions :
1818 - queue-name=squash-merge
19- priority : 2750
19+ priority : 2500
2020
2121 # The idea is we slightly prioritize those PRs because we're in
2222 # a release cycle if a PR matches.
2323 - name : release branch
2424 conditions :
2525 - ' base~=^3\.'
2626 - ' label!=backport'
27- priority : 2800
27+ priority : 2750
2828
2929pull_request_rules :
3030
@@ -142,7 +142,7 @@ pull_request_rules:
142142 conditions :
143143 - label=merge me
144144 - base!=master
145- - -body~ =backport
145+ - -label =backport
146146 - ' #approved-reviews-by>=2'
147147 - ' -label~=^blocked:'
148148
@@ -154,7 +154,7 @@ pull_request_rules:
154154 conditions :
155155 - base!=master
156156 - label=squash+merge me
157- - -body~ =backport
157+ - -label =backport
158158 - ' #approved-reviews-by>=2'
159159 - ' -label~=^blocked:'
160160
@@ -166,7 +166,7 @@ pull_request_rules:
166166 conditions :
167167 - label=merge me
168168 - base!=master
169- - body~ =backport
169+ - label =backport
170170 - ' #approved-reviews-by>=1'
171171 - ' -label~=^blocked:'
172172
@@ -178,7 +178,7 @@ pull_request_rules:
178178 conditions :
179179 - label=squash+merge me
180180 - base!=master
181- - body~ =backport
181+ - label =backport
182182 - ' #approved-reviews-by>=1'
183183 - ' -label~=^blocked:'
184184
You can’t perform that action at this time.
0 commit comments