File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ async function processAddContributor({
45
45
46
46
const pullRequestURL = await repository . createPullRequestFromFiles ( {
47
47
title : `docs: add ${ who } as a contributor` ,
48
- body : `Adds ${ who } as a contributor for ${ contributions . join (
48
+ body : `Adds @ ${ who } as a contributor for ${ contributions . join (
49
49
', ' ,
50
50
) } .\n\nThis was requested by ${ commentReply . replyingToWho ( ) } [in this comment](${ commentReply . replyingToWhere ( ) } )`,
51
51
filesByPath : filesByPathToUpdate ,
52
52
branchName : `all-contributors/add-${ who } ` ,
53
53
} )
54
54
55
55
commentReply . reply (
56
- `I've put up [a pull request](${ pullRequestURL } ) to add ${ who } ! :tada:` ,
56
+ `I've put up [a pull request](${ pullRequestURL } ) to add @ ${ who } ! :tada:` ,
57
57
)
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments