Skip to content

ci(mergify): upgrade configuration to current format #10978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ priority_rules:
- name: priority for queue `default`
conditions:
- queue-name=default
priority: 2750
priority: 3000

- name: release branch
conditions:
- 'base~=^3\.'
- 'label!=backport'
priority: 2800

- name: priority for queue `squash-merge`
conditions:
Expand All @@ -20,12 +26,6 @@ priority_rules:

# The idea is we slightly prioritize those PRs because we're in
# a release cycle if a PR matches.
- name: release branch
conditions:
- 'base~=^3\.'
- 'label!=backport'
priority: 2800

pull_request_rules:

# implementing PR delay logic: apply a label after 2 days of inactivity
Expand Down
Loading