Merge pull request #496 from LnL7/converted-to-draft
handle converted_to_draft events
This commit is contained in:
commit
08717c5cf2
|
@ -50,6 +50,7 @@ pub enum PullRequestAction {
|
||||||
Unlocked,
|
Unlocked,
|
||||||
Reopened,
|
Reopened,
|
||||||
Synchronize,
|
Synchronize,
|
||||||
|
ConvertedToDraft,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue