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:
parent
329a08f53d
commit
db165abf99
|
@ -45,6 +45,9 @@ pub enum PullRequestAction {
|
|||
Opened,
|
||||
Edited,
|
||||
Closed,
|
||||
ReadyForReview,
|
||||
Locked,
|
||||
Unlocked,
|
||||
Reopened,
|
||||
Synchronize,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue