Open tisonkun opened 2 years ago
Also labeled
and merged
data are catched once but later don't occur.
Actually, after 2015 there're only events with action 'opened', 'closed', 'reopened'. Others occurred before 2012, and labeled
occurred in some days in 2017.
@tisonkun It is not an issue about GHArchive, actually GitHub webhook events and timeline events are different although they share the same data schema. I think it is maybe for cost concern, labeled
, assigned
and other actions are not included in timeline events so we will not get the data in GitHub events log.
https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types describes the PullRequestEvent's actions can be one of: opened, edited, closed, reopened, assigned, unassigned, review_requested, review_request_removed, labeled, unlabeled, and synchronize.
However, when analyzing GHArchive data it gives:
There're no
review_requested
orreview_requested_removed
.I don't know whether it's no such event from the API or the crawler doesn't handle it.