Allow milestones to be closed and reopened
This commit is contained in:
@@ -138,6 +138,7 @@ pub struct MilestoneDraft {
|
||||
pub title: String,
|
||||
pub description: String,
|
||||
pub due_date: Option<i64>,
|
||||
pub closed: bool,
|
||||
}
|
||||
|
||||
pub fn open_status() -> String {
|
||||
|
||||
Reference in New Issue
Block a user