Merge pull request #470 from cole-h/missing-variants
ghevent: add missing variants
This commit is contained in:
commit
041d96d890
|
@ -45,6 +45,9 @@ pub enum PullRequestAction {
|
|||
Opened,
|
||||
Edited,
|
||||
Closed,
|
||||
ReadyForReview,
|
||||
Locked,
|
||||
Unlocked,
|
||||
Reopened,
|
||||
Synchronize,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue