From 78af795910d91ed942c8766fbc2e01ae36001710 Mon Sep 17 00:00:00 2001 From: Jake Bolam Date: Tue, 15 Jan 2019 23:38:32 +0800 Subject: [PATCH] fix: commentReply is not a function --- src/processIssueComment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processIssueComment.js b/src/processIssueComment.js index b36117f7..4d07ea57 100644 --- a/src/processIssueComment.js +++ b/src/processIssueComment.js @@ -86,7 +86,7 @@ async function processIssueComment({ context, commentReply }) { commentReply.reply( `Basic usage: @${GIHUB_BOT_NAME} please add jakebolam for code, doc and infra`, ) - commentReply( + commentReply.reply( `For other usage see the [documentation](https://github.com/all-contributors/all-contributors-bot#usage)`, ) return