From 034113ba0e1759c44a66be6dcc429cc4d4163e69 Mon Sep 17 00:00:00 2001 From: kross <135918757+krossgg@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:50:50 -0400 Subject: [PATCH] Change changelog configs to use @s (#2135) --- .github/json/config-latest.json | 2 +- .github/json/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/json/config-latest.json b/.github/json/config-latest.json index a99cc69eb3..34a6f70b0f 100644 --- a/.github/json/config-latest.json +++ b/.github/json/config-latest.json @@ -15,7 +15,7 @@ ], "sort": "ASC", "template": "## What's Changed\n#{{CHANGELOG}}", - "pr_template": "- #{{TITLE}} by #{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})", + "pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})", "ignore_labels": ["ignore changelog"], "max_pull_requests": 1000, "max_back_track_time_days": 90 diff --git a/.github/json/config.json b/.github/json/config.json index f1ba8dfe99..86d9143508 100644 --- a/.github/json/config.json +++ b/.github/json/config.json @@ -15,7 +15,7 @@ ], "sort": "ASC", "template": "## Version [#{{TO_TAG}}](#{{RELEASE_DIFF}})\n#{{CHANGELOG}} ", - "pr_template": "- #{{TITLE}} by #{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})", + "pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})", "empty_template": "- No changes", "ignore_labels": ["ignore changelog"], "tag_resolver": {