Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 80e14e3

Browse files
basvandijknomeata
andauthored
fix: mergify config (#77)
Mergify changed their commit_message option to commit_message_template. See: https://docs.mergify.com/actions/queue/#id2 Co-authored-by: Joachim Breitner <[email protected]>
1 parent 06577db commit 80e14e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.mergify.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ pull_request_rules:
2121
queue:
2222
method: squash
2323
name: default
24-
commit_message: title+body
24+
commit_message_template: |
25+
{{title}}
26+
27+
{{body}}
2528
delete_head_branch: {}
2629
- name: Clean up automerge tags
2730
conditions:

0 commit comments

Comments
 (0)