File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,14 @@ body = """
35
35
{% endfor %}
36
36
37
37
{%- if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
38
- ## New Contributors
38
+ # ## New Contributors
39
39
{%- endif -%}
40
-
41
40
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
42
- * @{{ contributor.username }} made their first contribution
43
- {%- if contributor.pr_number %} in \
44
- [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
45
- {%- endif %}
46
- {%- endfor %}\n
41
+ - @{{ contributor.username }} made their first contribution
42
+ {%- if contributor.pr_number %} in \
43
+ [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
44
+ {%- endif %}
45
+ {%- endfor %}\n\n
47
46
"""
48
47
# template for the changelog footer
49
48
footer = """
You can’t perform that action at this time.
0 commit comments