diff --git a/github/index.ts b/github/index.ts index 78dcaf3c9..0afd2662d 100644 --- a/github/index.ts +++ b/github/index.ts @@ -184,7 +184,6 @@ function defineReviewCommentMode() { await rest.pulls.updateReviewComment({ owner: Context.repo().owner, repo: Context.repo().repo, - pull_number: mode.entity().number, comment_id: commentId, body, })