Skip to main content

github_issue_create

Function github_issue_create 

Source
pub async fn github_issue_create(
    repo: &str,
    title: &str,
    body: Option<&str>,
    labels: Option<&str>,
) -> Result<String>