File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,10 @@ body = """
2727- {% if commit.scope %}**{{ commit.scope }}**: {% endif %}\
2828{% if commit.breaking %}[**BREAKING**] {% endif %}\
2929{{ commit.message | upper_first }}\
30- {% if commit.github .pr_number %} ([#{{ commit.github .pr_number }}]({{ self::remote_url() }}/pull/{{ commit.github .pr_number }})){% endif %}\
31- {% if commit.github .username %} by @{{ commit.github .username }}{% endif -%}
30+ {% if commit.remote .pr_number %} ([#{{ commit.remote .pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote .pr_number }})){% endif %}\
31+ {% if commit.remote .username %} by @{{ commit.remote .username }}{% endif -%}
3232{% endfor %}
3333{% endfor %}
34-
35- {%- if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
36- ### New Contributors
37- {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
38- * @{{ contributor.username }} made their first contribution
39- {%- endfor %}
40- {% endif -%}
4134"""
4235footer = " "
4336trim = true
You can’t perform that action at this time.
0 commit comments