pub fn create_label(
repo: &str,
name: &str,
color: &str,
description: &str,
force: bool,
) -> Result<(), Box<dyn Error>>
Expand description
Create a label in the GitHub repository
The color should be a 6 character hex code
if force
is true and the label already exists, it will be overwritten