Skip to main content

collect_pr_batch_evidence

Function collect_pr_batch_evidence 

Source
pub fn collect_pr_batch_evidence(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    pr_numbers: &[u32],
) -> Vec<(String, Result<EvidenceBundle>)>
Expand description

Collect evidence for a batch of PRs.

Returns (subject_id, Result<EvidenceBundle>) per PR, preserving order. Repository posture is collected once and shared across all PRs.