Skip to content

Commit

Permalink
chore(mergify): use PR title & body in commit message (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher authored Sep 16, 2022
1 parent de4facf commit d15a5a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ pull_request_rules:
actions:
merge:
method: squash
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
- name: Automatic merge for Renovate pull requests
conditions:
- author=renovate[bot]
Expand Down

0 comments on commit d15a5a2

Please sign in to comment.