Skip to content
New issue

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

Null value for GHPullRequestReview created date and updated date #450

Closed
soul2zimate opened this issue Aug 20, 2018 · 2 comments
Closed

Comments

@soul2zimate
Copy link

GHPullRequestReview values from GHPullRequest.listReviews() always contain Null for created date and updated date

@rmetzger
Copy link
Contributor

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

@rmetzger
Copy link
Contributor

rmetzger commented Feb 19, 2019

I just manually tried the request, and it contains a field "submitted_at" (which is not listed in the official documentation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants