Skip to content

Commit 774f823

Browse files
authored
fix: commentReply is not a function (#38)
1 parent 63ed044 commit 774f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processIssueComment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function processIssueComment({ context, commentReply }) {
100100
commentReply.reply(
101101
`Basic usage: @${GIHUB_BOT_NAME} please add jakebolam for code, doc and infra`,
102102
)
103-
commentReply(
103+
commentReply.reply(
104104
`For other usage see the [documentation](https://github.com/all-contributors/all-contributors-bot#usage)`,
105105
)
106106
return

0 commit comments

Comments
 (0)