From 1411982cd9d4f52ed1ffa672768d5d491e0d2a94 Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Sat, 31 Aug 2024 14:04:15 +0530 Subject: [PATCH] fix author name --- .github/workflows/auto-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index be0ccdfdf..e5fa9e7c8 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -72,7 +72,7 @@ jobs: let commentBody; if (isPRMerged) { - commentBody = `Holy smokes, @${author}! 🤯 You've just made reNgine even more awesome! + commentBody = `Holy smokes! 🤯 You've just made reNgine even more awesome! Your code is now part of the reNgine hall of fame. 🏆 @@ -80,7 +80,7 @@ jobs: Virtual high fives all around! 🙌`; } else { - commentBody = `Hey @${author}, thanks for your contribution! 🙏 + commentBody = `Hey, thanks for your contribution! 🙏 We appreciate the time and effort you put into this PR. Sadly this is not the right fit for reNgine at the moment.