Skip to content

Commit

Permalink
fix author name
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Aug 31, 2024
1 parent efa0922 commit 1411982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ 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. 🏆
Keep the cool ideas coming - maybe next time you'll break the internet! 💻💥
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.
Expand Down

0 comments on commit 1411982

Please sign in to comment.