Skip to content

Commit 2851b1d

Browse files
fix: tag user in the comment to sign cla (#44)
1 parent 6b44130 commit 2851b1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export function getMessage(name, context) {
139139
process.env.WEBSITE_ADDRESS +
140140
"/cla" +
141141
`?org=${context.org}&repo=${context.repo}&prNumber=${context.pr_number}&username=${context.username}`;
142-
message = `Thank you for contributing this PR.
142+
message = `Thank you @${context.username} for contributing this PR.
143143
Please [sign the Contributor License Agreement (CLA)](${CLA_LINK}) before merging.`;
144144
break;
145145
case "message-after-merge":

0 commit comments

Comments
 (0)