Function gh_workflow_parser::gh::util::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