File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,26 @@ priority_rules:
66 - name : high priority
77 conditions :
88 - ' label=priority: high :fire:'
9- priority : high
9+ priority : 3000
1010
1111 # The idea is we slightly prioritize those PRs because we're in
1212 # a release cycle if a PR matches.
1313 - name : release branch
1414 conditions :
1515 - ' base~=^3\.'
1616 - ' label!=backport'
17- # 'normal' is 2000, 'high' is 3000
1817 priority : 2500
1918
2019 - name : priority for queue `default`
2120 conditions :
2221 - queue-name=default
2322 priority : 2250
23+
24+ - name : priority for queue `squash-merge`
25+ conditions :
26+ - queue-name=squash-merge
27+ priority : 2250
28+
2429pull_request_rules :
2530
2631 # implementing PR delay logic: apply a label after 2 days of inactivity
You can’t perform that action at this time.
0 commit comments