We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de31358 commit cf3518eCopy full SHA for cf3518e
.github/mergify.yml
@@ -1,23 +1,23 @@
1
----
2
queue_rules:
3
- name: default
4
- conditions:
+ queue_conditions:
+ - approved-reviews-by=zhaohuabing
5
+ merge_conditions:
6
# Conditions to get out of the queue (= merged)
7
- approved-reviews-by=zhaohuabing
8
+ merge_method: squash
9
+
10
pull_request_rules:
- - name: Automatic merge on CI success and review
- - approved-reviews-by=zhaohuabing
11
- actions:
12
- queue:
13
- method: squash
14
15
- name: ask the maintainer team to review PR
16
conditions:
17
- and:
18
- - label!=invalid
19
- - -draft
+ - label!=invalid
+ - -draft
20
actions:
21
request_reviews:
22
users:
23
- zhaohuabing
+ - name: Automatic merge on CI success and review
+ conditions: []
+ actions:
+ queue:
0 commit comments