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