diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index f55cb808a..4f5c46ff8 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -3,6 +3,7 @@ name: Changelog & checksums generation on: schedule: - cron: '0 0 * * *' + workflow_dispatch: jobs: changelog: diff --git a/cliff.toml b/cliff.toml index 042352ebb..c801e9b61 100644 --- a/cliff.toml +++ b/cliff.toml @@ -64,7 +64,7 @@ body = """ ## New Contributors ❤️ {% endif %}\ {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %} - * [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) made their first contribution + * @{{ contributor.username }} made their first contribution {%- if contributor.pr_number %} in \ [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \ {%- endif %}