Merge pull request #470 from cole-h/missing-variants

ghevent: add missing variants
This commit is contained in:
Graham Christensen 2020-04-24 17:33:06 -04:00 committed by GitHub
commit 041d96d890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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