pub async fn github_issue_update( repo: &str, issue_number: u64, title: Option<&str>, body: Option<&str>, state: Option<&str>, ) -> Result<String>