Skip to main content

create_issue

Function create_issue 

Source
pub async fn create_issue(
    token: &str,
    owner: &str,
    repo: &str,
    input: CreateIssueInput,
) -> Result<GithubIssue, String>