Skip to content

Commit

Permalink
feat: add logging around when messages are sent (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolam authored Jan 22, 2019
1 parent 48e620e commit 32479e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/processIssueComment/CommentReply/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CommentReply {
this.sent = true
const fromUser = this.replyingToWho()
const body = `@${fromUser} ${this.message}`
this.context.log.info(`Sending comment: ${body}`)
const issueComment = this.context.issue({ body })
return this.context.github.issues.createComment(issueComment)
}
Expand Down

0 comments on commit 32479e0

Please # to comment.