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:
6
6
- name : high priority
7
7
conditions :
8
8
- ' label=priority: high :fire:'
9
- priority : high
9
+ priority : 3000
10
10
11
11
# The idea is we slightly prioritize those PRs because we're in
12
12
# a release cycle if a PR matches.
13
13
- name : release branch
14
14
conditions :
15
15
- ' base~=^3\.'
16
16
- ' label!=backport'
17
- # 'normal' is 2000, 'high' is 3000
18
17
priority : 2500
19
18
20
19
- name : priority for queue `default`
21
20
conditions :
22
21
- queue-name=default
23
22
priority : 2250
23
+
24
+ - name : priority for queue `squash-merge`
25
+ conditions :
26
+ - queue-name=squash-merge
27
+ priority : 2250
28
+
24
29
pull_request_rules :
25
30
26
31
# implementing PR delay logic: apply a label after 2 days of inactivity
You can’t perform that action at this time.
0 commit comments