handle converted_to_draft events
This really shouldn't break the evaluation filter.
This commit is contained in:
parent
d4c534d170
commit
c59aae73a5
|
@ -50,6 +50,7 @@ pub enum PullRequestAction {
|
|||
Unlocked,
|
||||
Reopened,
|
||||
Synchronize,
|
||||
ConvertedToDraft,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
Loading…
Reference in a new issue