Skip to content

Commit 2f073b9

Browse files
committed
ci(mergify): upgrade configuration to current format
1 parent 263730e commit 2f073b9

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.mergify.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
queue_rules:
22
- name: default
3-
conditions:
3+
queue_conditions:
4+
- "#approved-reviews-by>1"
5+
- label=automerge
6+
merge_conditions:
47
- base~=cosmos/
8+
commit_message_template: >
9+
{{ title }} (#{{ number }})
10+
11+
{{ body }}
12+
merge_method: squash
513

614
pull_request_rules:
7-
- name: automerge with label automerge and branch protection passing
8-
conditions:
9-
- "#approved-reviews-by>1"
10-
- label=automerge
11-
actions:
12-
queue:
13-
name: default
14-
method: squash
15-
commit_message_template: >
16-
{{ title }} (#{{ number }})
17-
18-
{{ body }}
1915
- name: backport patches to v0.47.x branch
2016
conditions:
2117
- base=cosmos/v0.50.x
2218
- label=backport/v0.47.x
2319
actions:
2420
backport:
2521
branches:
26-
- cosmos/v0.47.x
22+
- cosmos/v0.47.x
23+
- name: automerge with label automerge and branch protection passing
24+
conditions: []
25+
actions:
26+
queue:

0 commit comments

Comments
 (0)