Joshua Cole

Results 2 issues of Joshua Cole

PullRequestReviewComment does not contain the resolved state of the comment and there is no way to resolve a comment.

category: feature

### What happened? When calling PullRequest.ReviewComment.GetAll() on https://github.com/dotnet/csharplang/pull/8209, I'm getting a System.OverflowException. I suspect the issue is that the ReplyToId in https://github.com/octokit/octokit.net/blob/main/Octokit/Models/Response/PullRequestReviewComment.cs is an int and should be a long....

Type: Bug