replyToReviewComment
replyToReviewComment(
prNumber,commentNodeId,body):Promise<void>
Defined in: octokit.ts:815
Reply to a review comment
Parameters
Section titled “Parameters”prNumber
Section titled “prNumber”number
The PR number
commentNodeId
Section titled “commentNodeId”string
The GraphQL node ID of the comment to reply to (from ReviewComment.nodeId)
string
The reply body
Returns
Section titled “Returns”Promise<void>