Function create_issue

Source
pub fn create_issue(
    repo: &str,
    title: &str,
    body: &str,
    labels: &[String],
) -> Result<(), Box<dyn Error>>
Expand description

Create an issue in the GitHub repository