I’m looking for a way to mark a review comment as ‘RESOLVED’ via the GitHub rest API via Octokit. I’m having a hard time finding documentation on this.
So far I only found how to update a review comment for a pull request on here but not to mark them as resolved https://docs.github.com/en/rest/reference/pulls#update-a-review-comment-for-a-pull-request
Any pointers would be appreciated.