Closed
Description
Feature Description
In the API, the PullReview
object does only have an creation date (submitted_at
) but not an updated_at
.
If a PullReview is started (PENDING
) and the reviewer is delayed for some reason, the APPROVED
the only time available is the time submitted but not when the state changed to APPROVED
.
The webinterface seem to be able to extract this information somehow though, so maybe I'm using the wrong endpoint?
Screenshots
No response