From 324fb6156e73aad7b1ef054a0a8bef13b9cbd87b Mon Sep 17 00:00:00 2001 From: Chris Karlin <46851840+chriskarlin@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:03:59 -0400 Subject: [PATCH] update template (#10) --- .github/workflows/release-notifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notifier.yml b/.github/workflows/release-notifier.yml index a28355c..1b02da6 100644 --- a/.github/workflows/release-notifier.yml +++ b/.github/workflows/release-notifier.yml @@ -16,5 +16,5 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} comment-template: | - @{author}: Your PR "{pr_title}"is part of today's Human Essentials production release: {release_link}. + @{author_id}: Your PR "{pr_title}"is part of today's Human Essentials production release: {release_link}. Thank you very much for your contribution!