handle converted_to_draft events

This really shouldn't break the evaluation filter.
This commit is contained in:
Daiderd Jordan 2020-05-23 00:16:46 +02:00
parent d4c534d170
commit c59aae73a5
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -50,6 +50,7 @@ pub enum PullRequestAction {
Unlocked, Unlocked,
Reopened, Reopened,
Synchronize, Synchronize,
ConvertedToDraft,
} }
#[derive(Serialize, Deserialize, Debug)] #[derive(Serialize, Deserialize, Debug)]