File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,23 @@ priority_rules:
8
8
- ' label=priority: high :fire:'
9
9
priority : 3000
10
10
11
- # The idea is we slightly prioritize those PRs because we're in
12
- # a release cycle if a PR matches.
13
11
- name : priority for queue `default`
14
12
conditions :
15
13
- queue-name=default
16
14
priority : 2750
17
15
16
+ - name : priority for queue `squash-merge`
17
+ conditions :
18
+ - queue-name=squash-merge
19
+ priority : 2750
20
+
21
+ # The idea is we slightly prioritize those PRs because we're in
22
+ # a release cycle if a PR matches.
18
23
- name : release branch
19
24
conditions :
20
25
- ' base~=^3\.'
21
26
- ' label!=backport'
22
- priority : 2700
23
-
24
- - name : priority for queue `squash-merge`
25
- conditions :
26
- - queue-name=squash-merge
27
- priority : 2500
27
+ priority : 2800
28
28
29
29
pull_request_rules :
30
30
You can’t perform that action at this time.
0 commit comments