Skip to content

Commit 661fb0f

Browse files
committed
Fix mergify config
1 parent 2c0d792 commit 661fb0f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.mergify.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
- base=main
5+
16
pull_request_rules:
27
- name: Automatic merge on approval and when when GitHub branch protection passes on main
38
conditions:
49
- "#approved-reviews-by>=1"
510
- base=main
611
actions:
7-
merge:
12+
queue:
813
method: merge
9-
strict: smart+fasttrack
14+
name: default
1015

1116
pull_request_rules:
1217
- name: Automatic merge for leadership team members when there are no reviewers
@@ -16,6 +21,6 @@ pull_request_rules:
1621
- author=@leadership
1722
- label=ready_for_merge
1823
actions:
19-
merge:
24+
queue:
2025
method: merge
21-
strict: smart+fasttrack
26+
name: default

0 commit comments

Comments
 (0)