We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
octokit.net/Octokit/Models/Response/PullRequestReview.cs
Line 9 in eb9c112
What is strange about this though is this field is also missing from the github documentation.
https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request
I can see it clearly in the API response however.
{ "id": 409120, "node_id": "xxx", "user": { "login": ".." }, "body": "", "state": "COMMENTED", "html_url": "https://...", "pull_request_url": "https://...", "author_association": "MEMBER", "_links": { "html": { "href": "https://..." }, "pull_request": { "href": "https://..." } }, "submitted_at": "2019-04-29T05:52:36Z", "commit_id": "xxx" },
This is from our GitHub Enterprise instance, though i don't think it makes much of a difference.
The text was updated successfully, but these errors were encountered:
I actually ran into this myself a few weeks ago and added it, forgot to merge though 😊 - #1964
Sorry, something went wrong.
No branches or pull requests
octokit.net/Octokit/Models/Response/PullRequestReview.cs
Line 9 in eb9c112
What is strange about this though is this field is also missing from the github documentation.
https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request
I can see it clearly in the API response however.
This is from our GitHub Enterprise instance, though i don't think it makes much of a difference.
The text was updated successfully, but these errors were encountered: