Skip to content

Commit

Permalink
fix: tag user in the comment to sign cla (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcommitshow authored Aug 16, 2024
1 parent 6b44130 commit 2851b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function getMessage(name, context) {
process.env.WEBSITE_ADDRESS +
"/cla" +
`?org=${context.org}&repo=${context.repo}&prNumber=${context.pr_number}&username=${context.username}`;
message = `Thank you for contributing this PR.
message = `Thank you @${context.username} for contributing this PR.
Please [sign the Contributor License Agreement (CLA)](${CLA_LINK}) before merging.`;
break;
case "message-after-merge":
Expand Down

0 comments on commit 2851b1d

Please sign in to comment.