Skip to content

Commit

Permalink
Fix extra newlines in co-authors
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare committed Oct 21, 2024
1 parent 8021cc8 commit 9228c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ queue_rules:
{{ title }} (#{{number}})
{{ body }}
{# Add co-author information at the end of the squash merge commit message #}
{% for co_author in co_authors | unique %}
{% for co_author in co_authors | unique -%}
Co-Authored-By: {{ co_author.name }} <{{ co_author.email }}>
{% endfor %}
{% endfor -%}
{# `Co-Authored-By` lines must the be last ones for GitHub to recognize them #}
pull_request_rules:
Expand Down

0 comments on commit 9228c95

Please sign in to comment.