Skip to content

Commit d15a5a2

Browse files
authored
chore(mergify): use PR title & body in commit message (#866)
1 parent de4facf commit d15a5a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/mergify.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ pull_request_rules:
55
actions:
66
merge:
77
method: squash
8+
commit_message_template: |-
9+
{{ title }} (#{{ number }})
10+
{{ body }}
811
- name: Automatic merge for Renovate pull requests
912
conditions:
1013
- author=renovate[bot]

0 commit comments

Comments
 (0)