Skip to content

Commit

Permalink
chore(example): allow using github template without github variables (#…
Browse files Browse the repository at this point in the history
…672)

* fix(659) fix default template

* chore: fix spacing issues

* chore: add space

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
  • Loading branch information
R11baka and orhun committed Jun 3, 2024
1 parent 2c2a300 commit 6a9feba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/github.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body = """
{%- endif %}
{%- endfor -%}
{%- if github -%}
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
{% raw %}\n{% endraw -%}
## New Contributors
Expand All @@ -36,6 +37,7 @@ body = """
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
{%- endif %}
{%- endfor -%}
{%- endif -%}
{% if version %}
{% if previous.version %}
Expand Down

0 comments on commit 6a9feba

Please sign in to comment.