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.