Skip to content

Commit 1ec7e44

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

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.mergify.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
queue_rules:
2+
- name: default
3+
14
pull_request_rules:
25
- name: Automatic merge on approval and when when GitHub branch protection passes on main
36
conditions:
47
- "#approved-reviews-by>=1"
58
- -draft
69
- base=main
710
actions:
8-
merge:
11+
queue:
912
method: merge
10-
strict: smart+fasttrack
13+
name: default
1114

1215
pull_request_rules:
1316
- name: Automatic merge for leadership team members when there are no reviewers and the label is "ready"
@@ -19,6 +22,6 @@ pull_request_rules:
1922
- author=@leadership
2023
- label=ready
2124
actions:
22-
merge:
25+
queue:
2326
method: merge
24-
strict: smart+fasttrack
27+
name: default

0 commit comments

Comments
 (0)