Skip to content

Commit ecf3436

Browse files
committed
git(workflow): fixing cliff configuration
1 parent cdda78e commit ecf3436

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

cliff.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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
"""
4235
footer = ""
4336
trim = true

0 commit comments

Comments
 (0)