Add milestone creation and editing
This commit is contained in:
@@ -179,6 +179,12 @@ pub struct MilestoneDetails {
|
||||
pub has_more: bool,
|
||||
}
|
||||
|
||||
pub struct MilestoneDraft {
|
||||
pub title: String,
|
||||
pub description: String,
|
||||
pub due_date: Option<i64>,
|
||||
}
|
||||
|
||||
pub struct PullDetails {
|
||||
pub pull: models::PullRequest,
|
||||
pub comments: Vec<models::Comment>,
|
||||
|
||||
Reference in New Issue
Block a user