Skip to content

Commit 32479e0

Browse files
authored
feat: add logging around when messages are sent (#93)
1 parent 48e620e commit 32479e0

File tree

1 file changed

+1
-0
lines changed
  • src/tasks/processIssueComment/CommentReply

1 file changed

+1
-0
lines changed

src/tasks/processIssueComment/CommentReply/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class CommentReply {
2727
this.sent = true
2828
const fromUser = this.replyingToWho()
2929
const body = `@${fromUser} ${this.message}`
30+
this.context.log.info(`Sending comment: ${body}`)
3031
const issueComment = this.context.issue({ body })
3132
return this.context.github.issues.createComment(issueComment)
3233
}

0 commit comments

Comments
 (0)