pub async fn list_github_issues( repo: &str, state: Option<&str>, per_page: Option<usize>, ) -> Result<Vec<GitHubIssueListItem>, String>