Skip to main content

create_issue

Function create_issue 

Source
pub fn create_issue(
    repo_root: &Path,
    title: &str,
    body: &str,
    author: &str,
    labels: Vec<String>,
) -> Result<Issue, LitError>
Expand description

Create a new issue