diff --git a/ofborg/src/ghevent/pullrequestevent.rs b/ofborg/src/ghevent/pullrequestevent.rs index 3c15c50..04cf24f 100644 --- a/ofborg/src/ghevent/pullrequestevent.rs +++ b/ofborg/src/ghevent/pullrequestevent.rs @@ -45,6 +45,9 @@ pub enum PullRequestAction { Opened, Edited, Closed, + ReadyForReview, + Locked, + Unlocked, Reopened, Synchronize, }