Skip to content

Commit d643706

Browse files
ci(mergify): upgrade configuration to current format (#10956)
* ci(mergify): upgrade configuration to current format * patch up auto-upgrade brokenness yet again --------- Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent 2e30cb8 commit d643706

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/mergify.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ priority_rules:
88
- 'label=priority: high :fire:'
99
priority: 3000
1010

11-
# The idea is we slightly prioritize those PRs because we're in
12-
# a release cycle if a PR matches.
13-
- name: release branch
14-
conditions:
15-
- 'base~=^3\.'
16-
- 'label!=backport'
17-
priority: 2700
18-
1911
- name: priority for queue `default`
2012
conditions:
2113
- queue-name=default
22-
priority: 2500
14+
priority: 2750
2315

2416
- name: priority for queue `squash-merge`
2517
conditions:
2618
- queue-name=squash-merge
27-
priority: 2500
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.
23+
- name: release branch
24+
conditions:
25+
- 'base~=^3\.'
26+
- 'label!=backport'
27+
priority: 2800
2828

2929
pull_request_rules:
3030

0 commit comments

Comments
 (0)