We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653814c commit fae5b08Copy full SHA for fae5b08
src/models/pulls.rs
@@ -62,6 +62,8 @@ pub struct PullRequest {
62
#[serde(skip_serializing_if = "Option::is_none")]
63
pub mergeable_state: Option<MergeableState>,
64
65
+ pub merged: Option<bool>,
66
+ #[serde(skip_serializing_if = "Option::is_none")]
67
pub merged_at: Option<chrono::DateTime<chrono::Utc>>,
68
69
pub merged_by: Option<Box<Author>>,
0 commit comments