From d54c07b3da00fc8bcba5413cd4ae3f3c9f6007bb Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 8 Feb 2025 06:49:55 +0300 Subject: [PATCH] misc(workflow): Added `workflow_dispatch` for `schedule.yml` (#1813) --- .github/workflows/schedule.yml | 1 + cliff.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 %}