Skip to main content

fetch_prs

Function fetch_prs 

Source
pub fn fetch_prs(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    numbers: &[u32],
) -> Vec<(u32, Result<PrData>)>
Expand description

Fetch data for multiple PRs in batched GraphQL calls (up to 20 PRs per query).