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: ...@@ -6,7 +6,7 @@ priority_rules:
- name: high priority - name: high priority
conditions: conditions:
- 'label=priority: high :fire:' - 'label=priority: high :fire:'
priority: high priority: 3000
# The idea is we slightly prioritize those PRs because we're in # The idea is we slightly prioritize those PRs because we're in
# a release cycle if a PR matches. # a release cycle if a PR matches.
...@@ -14,13 +14,18 @@ priority_rules: ...@@ -14,13 +14,18 @@ priority_rules:
conditions: conditions:
- 'base~=^3\.' - 'base~=^3\.'
- 'label!=backport' - 'label!=backport'
# 'normal' is 2000, 'high' is 3000
priority: 2500 priority: 2500
- name: priority for queue `default` - name: priority for queue `default`
conditions: conditions:
- queue-name=default - queue-name=default
priority: 2250 priority: 2250
- name: priority for queue `squash-merge`
conditions:
- queue-name=squash-merge
priority: 2250
pull_request_rules: pull_request_rules:
# implementing PR delay logic: apply a label after 2 days of inactivity # 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