Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 82ad10a

Browse files
authored
CI: Use commit.remote in git-cliff (#7348)
#### Problem git-cliff has deprecated the `commit.github` field available during parsing, opting for `commit.remote` instead. #### Summary of changes Use `commit.remote` instead of `commit.github`.
1 parent 9ce28e0 commit 82ad10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body = """
1515
{% for group, commits in commits | group_by(attribute="group") %}\
1616
{% for commit in commits %}
1717
- {{ commit.message | upper_first | split(pat="\n") | first | trim }}\
18-
{% if commit.github.username %} by @{{ commit.github.username }}{%- endif %}\
18+
{% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif %}\
1919
{% endfor %}\
2020
{% endfor %}
2121
"""

0 commit comments

Comments
 (0)