pub fn push_label(slug: &str, spec: &LabelSpec) -> Result<()>Expand description
Push one label upstream via gh label create --force. Returns
Ok(()) on success; the caller is responsible for tracking which
label was created vs. updated (the diff already knows).