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
GHPullRequestReview values from GHPullRequest.listReviews() always contain Null for created date and updated date
The text was updated successfully, but these errors were encountered:
I ran into the same issue. It seems that the GitHub API does not return the dates on the request: https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request
Sorry, something went wrong.
I just manually tried the request, and it contains a field "submitted_at" (which is not listed in the official documentation)
"submitted_at"
No branches or pull requests
GHPullRequestReview values from GHPullRequest.listReviews() always contain Null for created date and updated date
The text was updated successfully, but these errors were encountered: