We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310fe48 commit 4126b99Copy full SHA for 4126b99
1 file changed
cliff.toml
@@ -172,7 +172,7 @@ body = """
172
173
{%- if commit.remote.username and commit.remote.pr_number -%}
174
{#- VISUAL: Dynamic verb line -#}
175
- {{ "\n" }} - {{ action_verb }} @{{ commit.remote.username }} in Pull Request [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}).
+ {{ "\n" }} - {{ action_verb }} [@{{ commit.remote.username }}](https://github.com/{{ commit.remote.username }}) in Pull Request [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}).
176
{%- endif -%}
177
{%- endfor -%}
178
0 commit comments