pub async fn github_repo_list_issues( repo: &str, state: Option<&str>, limit: Option<usize>, ) -> Result<String>