pub fn collect_pr_evidence(
client: &GitHubClient,
owner: &str,
repo: &str,
pr_number: u32,
) -> Result<EvidenceBundle>Expand description
Collect evidence for a single pull request without evaluating any policy.
Returns an [EvidenceBundle] that can be assessed multiple times with
different policies via assess_bundle.