Skip to main content

resolve_commit_prs

Function resolve_commit_prs 

Source
pub fn resolve_commit_prs(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    shas: &[&str],
) -> Result<HashMap<String, Vec<PullRequestSummary>>>
Expand description

Resolve commits to their associated PRs in batched GraphQL calls.