Skip to content

Commit 495285b

Browse files
authored
Merge pull request #1403 from yogeshojha/minor_change
fix author name
2 parents efa0922 + 1411982 commit 495285b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272
let commentBody;
7373
7474
if (isPRMerged) {
75-
commentBody = `Holy smokes, @${author}! 🤯 You've just made reNgine even more awesome!
75+
commentBody = `Holy smokes! 🤯 You've just made reNgine even more awesome!
7676
7777
Your code is now part of the reNgine hall of fame. 🏆
7878
7979
Keep the cool ideas coming - maybe next time you'll break the internet! 💻💥
8080
8181
Virtual high fives all around! 🙌`;
8282
} else {
83-
commentBody = `Hey @${author}, thanks for your contribution! 🙏
83+
commentBody = `Hey, thanks for your contribution! 🙏
8484
8585
We appreciate the time and effort you put into this PR. Sadly this is not the right fit for reNgine at the moment.
8686

0 commit comments

Comments
 (0)