Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@ priority_rules:
- 'label=priority: high :fire:'
priority: 3000

allow_checks_interruption: true
- name: priority for queue `default`
conditions:
- queue-name=default
priority: 2500

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

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

allow_checks_interruption: true
pull_request_rules:

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