From 6e12c2d0c9fe3f637043b5493e0492964f8f5763 Mon Sep 17 00:00:00 2001 From: mitchelbaker-cisa <149098823+mitchelbaker-cisa@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:30:38 -0800 Subject: [PATCH] Update changelog-configuration.json --- .github/changelog-configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/changelog-configuration.json b/.github/changelog-configuration.json index 8d9838e0..4c00a7c6 100644 --- a/.github/changelog-configuration.json +++ b/.github/changelog-configuration.json @@ -18,5 +18,5 @@ } ], "template": "#{{CHANGELOG}}", - "pr_template": "* #{{TITLE}} by #{{AUTHOR}} in ##{{NUMBER}}" + "pr_template": "* #{{TITLE}} by @#{{AUTHOR}} in ##{{NUMBER}}" }