Skip to content

Commit 832af26

Browse files
kinowmr-c
authored andcommitted
Update mergify configurations (strict deprecated https://blog.mergify.com/strict-mode-deprecation/)
1 parent 3d5b6ff commit 832af26

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.mergify.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
pull_request_rules:
2-
- name: For dependabot, automatic merge on approval and when when GitHub branch protection passes on main
1+
queue_rules:
2+
- name: default
33
conditions:
4-
- "#approved-reviews-by>=1"
4+
- -draft # not a draft
55
- base=main
6-
- label=dependencies
7-
actions:
8-
merge:
9-
method: merge
10-
strict: false
11-
6+
127
pull_request_rules:
138
- name: Automatic merge on approval and when when GitHub branch protection passes on main
149
conditions:
1510
- "#approved-reviews-by>=1"
11+
- "#changes-requested-reviews-by<1"
12+
- -draft
1613
- base=main
1714
- label!=dependencies
1815
actions:
19-
merge:
16+
queue:
2017
method: merge
21-
strict: smart
18+
name: default

0 commit comments

Comments
 (0)