Skip to content

Commit

Permalink
improve template of mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrank committed Dec 23, 2024
1 parent c2c8255 commit b3c3dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pull_request_rules:
merge:
method: merge
commit_message_template: |
{{ title }}
{{ body }}
{{ title | markdownify }}
{{ body | markdownify }}
- name: Merge Dependabot PRs on approval with [skip ci]
conditions:
Expand All @@ -18,6 +18,6 @@ pull_request_rules:
merge:
method: merge
commit_message_template: |
{{ title }}
{{ body }}
[skip ci]
{{ title | markdownify }}
{{ body | markdownify }}

0 comments on commit b3c3dcd

Please sign in to comment.