We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e620e commit 32479e0Copy full SHA for 32479e0
src/tasks/processIssueComment/CommentReply/index.js
@@ -27,6 +27,7 @@ class CommentReply {
27
this.sent = true
28
const fromUser = this.replyingToWho()
29
const body = `@${fromUser} ${this.message}`
30
+ this.context.log.info(`Sending comment: ${body}`)
31
const issueComment = this.context.issue({ body })
32
return this.context.github.issues.createComment(issueComment)
33
}
0 commit comments