Skip to content

replyToReviewComment

replyToReviewComment(prNumber, commentNodeId, body): Promise<void>

Defined in: octokit.ts:815

Reply to a review comment

number

The PR number

string

The GraphQL node ID of the comment to reply to (from ReviewComment.nodeId)

string

The reply body

Promise<void>