make PullRequest
's milestone
field optional
This commit is contained in:
parent
19effc86d0
commit
31a53eb88a
|
@ -358,7 +358,7 @@ pub struct PullRequest {
|
||||||
#[serde(with = "time::serde::rfc3339::option")]
|
#[serde(with = "time::serde::rfc3339::option")]
|
||||||
pub merged_at: Option<time::OffsetDateTime>,
|
pub merged_at: Option<time::OffsetDateTime>,
|
||||||
pub merged_by: User,
|
pub merged_by: User,
|
||||||
pub milestone: Milestone,
|
pub milestone: Option<Milestone>,
|
||||||
pub number: u64,
|
pub number: u64,
|
||||||
pub patch_url: Url,
|
pub patch_url: Url,
|
||||||
pub pin_order: u64,
|
pub pin_order: u64,
|
||||||
|
|
Loading…
Reference in a new issue