We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce019a7 commit 1ecc206Copy full SHA for 1ecc206
.github/mergify.yml
@@ -6,21 +6,26 @@ priority_rules:
6
- name: high priority
7
conditions:
8
- 'label=priority: high :fire:'
9
- priority: high
+ priority: 3000
10
11
# The idea is we slightly prioritize those PRs because we're in
12
# a release cycle if a PR matches.
13
- name: release branch
14
15
- 'base~=^3\.'
16
- 'label!=backport'
17
- # 'normal' is 2000, 'high' is 3000
18
priority: 2500
19
20
- name: priority for queue `default`
21
22
- queue-name=default
23
priority: 2250
+
24
+ - name: priority for queue `squash-merge`
25
+ conditions:
26
+ - queue-name=squash-merge
27
+ priority: 2250
28
29
pull_request_rules:
30
31
# implementing PR delay logic: apply a label after 2 days of inactivity
0 commit comments