Skip to content

Commit a510247

Browse files
mergify[bot]kinow
authored andcommitted
ci(mergify): upgrade configuration to current format
1 parent 35c8ad2 commit a510247

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.mergify.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
queue_rules:
22
- name: default
3-
conditions:
4-
- -draft # not a draft
5-
- base=main
6-
7-
pull_request_rules:
8-
- name: Automatic merge on approval and when when GitHub branch protection passes on main
9-
conditions:
3+
queue_conditions:
104
- "#approved-reviews-by>=1"
115
- "#changes-requested-reviews-by<1"
126
- -draft
137
- base=main
148
- label!=dependencies
9+
merge_conditions:
10+
- -draft # not a draft
11+
- base=main
12+
merge_method: merge
13+
14+
pull_request_rules:
15+
- name: Automatic merge on approval and when when GitHub branch protection passes
16+
on main
17+
conditions: []
1518
actions:
1619
queue:
17-
method: merge
18-
name: default

0 commit comments

Comments
 (0)