pub async fn update_issue(
token: &str,
owner: &str,
repo: &str,
number: u64,
input: UpdateIssueInput,
) -> Result<GithubIssue, String>pub async fn update_issue(
token: &str,
owner: &str,
repo: &str,
number: u64,
input: UpdateIssueInput,
) -> Result<GithubIssue, String>