Skip to content
Snippets Groups Projects
Commit a1a88ca9 authored by Brandon S. Allbery's avatar Brandon S. Allbery Committed by Mikolaj Konarski
Browse files

fixup! ci(mergify): upgrade configuration to current format

parent 19e9a9eb
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ priority_rules:
- name: high priority
conditions:
- 'label=priority: high :fire:'
priority: high
priority: 3000
# The idea is we slightly prioritize those PRs because we're in
# a release cycle if a PR matches.
......@@ -14,13 +14,18 @@ priority_rules:
conditions:
- 'base~=^3\.'
- 'label!=backport'
# 'normal' is 2000, 'high' is 3000
priority: 2500
- name: priority for queue `default`
conditions:
- queue-name=default
priority: 2250
- name: priority for queue `squash-merge`
conditions:
- queue-name=squash-merge
priority: 2250
pull_request_rules:
# implementing PR delay logic: apply a label after 2 days of inactivity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment