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:
11
11
- name : priority for queue `default`
12
12
conditions :
13
13
- queue-name=default
14
- priority : 2750
14
+ priority : 2500
15
15
16
16
- name : priority for queue `squash-merge`
17
17
conditions :
18
18
- queue-name=squash-merge
19
- priority : 2750
19
+ priority : 2500
20
20
21
21
# The idea is we slightly prioritize those PRs because we're in
22
22
# a release cycle if a PR matches.
23
23
- name : release branch
24
24
conditions :
25
25
- ' base~=^3\.'
26
26
- ' label!=backport'
27
- priority : 2800
27
+ priority : 2750
28
28
29
29
pull_request_rules :
30
30
@@ -142,7 +142,7 @@ pull_request_rules:
142
142
conditions :
143
143
- label=merge me
144
144
- base!=master
145
- - -body~ =backport
145
+ - -label =backport
146
146
- ' #approved-reviews-by>=2'
147
147
- ' -label~=^blocked:'
148
148
@@ -154,7 +154,7 @@ pull_request_rules:
154
154
conditions :
155
155
- base!=master
156
156
- label=squash+merge me
157
- - -body~ =backport
157
+ - -label =backport
158
158
- ' #approved-reviews-by>=2'
159
159
- ' -label~=^blocked:'
160
160
@@ -166,7 +166,7 @@ pull_request_rules:
166
166
conditions :
167
167
- label=merge me
168
168
- base!=master
169
- - body~ =backport
169
+ - label =backport
170
170
- ' #approved-reviews-by>=1'
171
171
- ' -label~=^blocked:'
172
172
@@ -178,7 +178,7 @@ pull_request_rules:
178
178
conditions :
179
179
- label=squash+merge me
180
180
- base!=master
181
- - body~ =backport
181
+ - label =backport
182
182
- ' #approved-reviews-by>=1'
183
183
- ' -label~=^blocked:'
184
184
You can’t perform that action at this time.
0 commit comments