Skip to content

Commit 6912aaa

Browse files
committed
docs: Sort the first time contributors alphabetically (a-z)
Signed-off-by: Sacha Telgenhof <[email protected]>
1 parent 1570179 commit 6912aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body = """
4343
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
4444
## New Contributors ❤️
4545
{% endif %}\
46-
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
46+
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) | sort(attribute="username") %}
4747
* @{{ contributor.username }} made their first contribution
4848
{%- endfor -%}
4949
{%- endif %}\n\n

0 commit comments

Comments
 (0)