Skip to content

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

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

Merged
merged 3 commits into from
Jun 7, 2025
Merged
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
20 changes: 10 additions & 10 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ priority_rules:
- 'label=priority: high :fire:'
priority: 3000

# 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: 2700

- name: priority for queue `default`
conditions:
- queue-name=default
priority: 2500
priority: 2750

- name: priority for queue `squash-merge`
conditions:
- queue-name=squash-merge
priority: 2500
priority: 2750

# 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:

Expand Down
Loading