Skip to main content

create_milestone

Function create_milestone 

Source
pub fn create_milestone(slug: &str, spec: &MilestoneSpec) -> Result<()>
Expand description

Create one milestone upstream via gh api -X POST. Returns Ok(()) — the caller already has the spec; we don’t bother parsing the response back into a RemoteMilestone.