pub async fn update_github_issue( repo: &str, issue_number: i64, title: &str, body: Option<&str>, labels: &[String], state: &str, assignee: Option<&str>, ) -> Result<(), String>