Skip to content

Commit

Permalink
ci(mergify): trim the merge commit body
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jun 12, 2024
1 parent a4374f4 commit 408adb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ queue_rules:
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
{{ body | trim }}
queue_conditions:
- base=main
# Require integration tests before merging only
Expand Down

0 comments on commit 408adb8

Please sign in to comment.