|
|
@ -78,13 +78,13 @@ body = """
|
|
|
|
{%- if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 -%}
|
|
|
|
{%- if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 -%}
|
|
|
|
{% raw %}\n{% endraw %}### 👥 New contributors
|
|
|
|
{% raw %}\n{% endraw %}### 👥 New contributors
|
|
|
|
{% raw -%}\n{% endraw -%}
|
|
|
|
{% raw -%}\n{% endraw -%}
|
|
|
|
{%- endif %}\
|
|
|
|
|
|
|
|
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
|
|
|
|
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
|
|
|
|
🫶 @{{ contributor.username }} made their first contribution
|
|
|
|
🫶 @{{ contributor.username }} made their first contribution
|
|
|
|
{%- if contributor.pr_number %} in \
|
|
|
|
{%- if contributor.pr_number %} in \
|
|
|
|
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
|
|
|
|
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
|
|
|
|
{%- endif %}
|
|
|
|
{%- endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{%- endif %}
|
|
|
|
{% raw -%}\n{% endraw -%}
|
|
|
|
{% raw -%}\n{% endraw -%}
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|