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.
pub fn resolve_commit_prs(
client: &GitHubClient,
owner: &str,
repo: &str,
shas: &[&str],
) -> Result<HashMap<String, Vec<PullRequestSummary>>>Resolve commits to their associated PRs in batched GraphQL calls.