ghevent: add missing variants

So we don't see log messages that are literal pages long. Pulled from
here: https://developer.github.com/v3/activity/events/types/#pullrequestevent
This commit is contained in:
Cole Helbling 2020-04-24 14:14:11 -07:00
parent 329a08f53d
commit db165abf99
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -45,6 +45,9 @@ pub enum PullRequestAction {
Opened,
Edited,
Closed,
ReadyForReview,
Locked,
Unlocked,
Reopened,
Synchronize,
}