Skip to content

Commit a94bcfb

Browse files
committed
feat: tag those being added
1 parent 656ddd2 commit a94bcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processIssueComment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ async function processAddContributor({
4545

4646
const pullRequestURL = await repository.createPullRequestFromFiles({
4747
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(
4949
', ',
5050
)}.\n\nThis was requested by ${commentReply.replyingToWho()} [in this comment](${commentReply.replyingToWhere()})`,
5151
filesByPath: filesByPathToUpdate,
5252
branchName: `all-contributors/add-${who}`,
5353
})
5454

5555
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:`,
5757
)
5858
}
5959

0 commit comments

Comments
 (0)