Skip to content

Commit 71fdb24

Browse files
committed
ci(mergify): upgrade configuration to current format
1 parent f6e7642 commit 71fdb24

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.mergify.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
queue_rules:
22
- name: default
3-
conditions:
3+
queue_conditions:
4+
- "#approved-reviews-by>1"
5+
- label=automerge
6+
merge_conditions:
47
- base=master
8+
merge_method: squash
9+
commit_message_template: >-
10+
{{ title }} (#{{ number }})
11+
12+
{{ body }}
513
614
pull_request_rules:
7-
- name: automerge to master with label automerge and branch protection passing
8-
conditions:
9-
- "#approved-reviews-by>1"
10-
- label=automerge
15+
- name: refactored queue action rule
16+
conditions: []
1117
actions:
1218
queue:
13-
name: default
14-
method: squash
15-
commit_message_template: >
16-
{{ title }} (#{{ number }})
17-
18-
{{ body }}

0 commit comments

Comments
 (0)