We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa0922 + 1411982 commit 495285bCopy full SHA for 495285b
.github/workflows/auto-comment.yml
@@ -72,15 +72,15 @@ jobs:
72
let commentBody;
73
74
if (isPRMerged) {
75
- commentBody = `Holy smokes, @${author}! 🤯 You've just made reNgine even more awesome!
+ commentBody = `Holy smokes! 🤯 You've just made reNgine even more awesome!
76
77
Your code is now part of the reNgine hall of fame. 🏆
78
79
Keep the cool ideas coming - maybe next time you'll break the internet! 💻💥
80
81
Virtual high fives all around! 🙌`;
82
} else {
83
- commentBody = `Hey @${author}, thanks for your contribution! 🙏
+ commentBody = `Hey, thanks for your contribution! 🙏
84
85
We appreciate the time and effort you put into this PR. Sadly this is not the right fit for reNgine at the moment.
86
0 commit comments