Skip to content

Commit 80b3d78

Browse files
committed
ci(mergify): upgrade configuration to current format
1 parent 37b3cba commit 80b3d78

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/mergify.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
queue_rules:
22
- name: default
3-
conditions:
4-
# Conditions to get out of the queue (= merged)
5-
- check-success=DCO
6-
- check-success=validation
7-
8-
pull_request_rules:
9-
- name: Automatic merge on approval
10-
conditions:
3+
queue_conditions:
114
- base=main
125
- "#approved-reviews-by>=1"
136
- "#changes-requested-reviews-by=0"
@@ -16,11 +9,18 @@ pull_request_rules:
169
- check-success=validation
1710
- label!=do-not-merge
1811
- label=ready-to-merge
12+
merge_conditions:
13+
# Conditions to get out of the queue (= merged)
14+
- check-success=DCO
15+
- check-success=validation
16+
merge_method: merge
17+
commit_message_template: |
18+
{{ title }} (#{{ number }})
19+
20+
{{ body }}
21+
22+
pull_request_rules:
23+
- name: refactored queue action rule
24+
conditions: []
1925
actions:
2026
queue:
21-
method: merge
22-
name: default
23-
commit_message_template: |
24-
{{ title }} (#{{ number }})
25-
26-
{{ body }}

0 commit comments

Comments
 (0)