Skip to content

Commit 978b008

Browse files
authored
Merge of #10978
2 parents a3a67ab + b019fc3 commit 978b008

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/mergify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,28 @@ priority_rules:
88
- 'label=priority: high :fire:'
99
priority: 3000
1010

11+
allow_checks_interruption: true
1112
- name: priority for queue `default`
1213
conditions:
1314
- queue-name=default
1415
priority: 2500
1516

17+
allow_checks_interruption: true
1618
- name: priority for queue `squash-merge`
1719
conditions:
1820
- queue-name=squash-merge
1921
priority: 2500
2022

2123
# The idea is we slightly prioritize those PRs because we're in
2224
# a release cycle if a PR matches.
25+
allow_checks_interruption: true
2326
- name: release branch
2427
conditions:
2528
- 'base~=^3\.'
2629
- 'label!=backport'
2730
priority: 2750
2831

32+
allow_checks_interruption: true
2933
pull_request_rules:
3034

3135
# implementing PR delay logic: apply a label after 2 days of inactivity

0 commit comments

Comments
 (0)