Skip to content

Commit cf3518e

Browse files
authored
ci(mergify): upgrade configuration to current format (#425)
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
1 parent de31358 commit cf3518e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/mergify.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
---
21
queue_rules:
32
- name: default
4-
conditions:
3+
queue_conditions:
4+
- approved-reviews-by=zhaohuabing
5+
merge_conditions:
56
# Conditions to get out of the queue (= merged)
67
- approved-reviews-by=zhaohuabing
8+
merge_method: squash
9+
710
pull_request_rules:
8-
- name: Automatic merge on CI success and review
9-
conditions:
10-
- approved-reviews-by=zhaohuabing
11-
actions:
12-
queue:
13-
method: squash
14-
name: default
1511
- name: ask the maintainer team to review PR
1612
conditions:
1713
- and:
18-
- label!=invalid
19-
- -draft
14+
- label!=invalid
15+
- -draft
2016
actions:
2117
request_reviews:
2218
users:
2319
- zhaohuabing
20+
- name: Automatic merge on CI success and review
21+
conditions: []
22+
actions:
23+
queue:

0 commit comments

Comments
 (0)