Skip to content

Commit 1ecc206

Browse files
committed
fixup! ci(mergify): upgrade configuration to current format
1 parent ce019a7 commit 1ecc206

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/mergify.yml

+7-2
Original file line numberDiff line numberDiff 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+
2429
pull_request_rules:
2530

2631
# implementing PR delay logic: apply a label after 2 days of inactivity

0 commit comments

Comments
 (0)