pub fn fetch_prs(config: &GitHubConfig) -> Result<Vec<PrEntry>>Expand description
Fetch PRs from GitHub API and convert to PrEntry list.
pub fn fetch_prs(config: &GitHubConfig) -> Result<Vec<PrEntry>>Fetch PRs from GitHub API and convert to PrEntry list.