Merge pull request #496 from LnL7/converted-to-draft

handle converted_to_draft events
This commit is contained in:
Daiderd Jordan 2020-05-23 00:32:37 +02:00 committed by GitHub
commit 08717c5cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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