We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b44130 commit 2851b1dCopy full SHA for 2851b1d
1 file changed
src/helpers.js
@@ -139,7 +139,7 @@ export function getMessage(name, context) {
139
process.env.WEBSITE_ADDRESS +
140
"/cla" +
141
`?org=${context.org}&repo=${context.repo}&prNumber=${context.pr_number}&username=${context.username}`;
142
- message = `Thank you for contributing this PR.
+ message = `Thank you @${context.username} for contributing this PR.
143
Please [sign the Contributor License Agreement (CLA)](${CLA_LINK}) before merging.`;
144
break;
145
case "message-after-merge":
0 commit comments