Skip to content

Commit 3c0edcd

Browse files
committed
mergify: fix deprecated syntax
1 parent 9474ada commit 3c0edcd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.mergify.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
- -draft
5+
- base=main
6+
17
pull_request_rules:
28
- name: Automatic merge on approval and when when GitHub branch protection passes on main
39
conditions:
410
- "#approved-reviews-by>=1"
511
- -draft
612
- base=main
713
actions:
8-
merge:
14+
queue:
915
method: merge
10-
strict: smart+fasttrack
16+
name: default
1117

1218
pull_request_rules:
1319
- name: Automatic merge for leadership team members when there are no reviewers and the label is "ready"
@@ -19,6 +25,6 @@ pull_request_rules:
1925
- author=@leadership
2026
- label=ready
2127
actions:
22-
merge:
28+
queue:
2329
method: merge
24-
strict: smart+fasttrack
30+
name: default

0 commit comments

Comments
 (0)