pub fn verify_pr_batch(
client: &GitHubClient,
owner: &str,
repo: &str,
pr_numbers: &[u32],
policy: Option<&str>,
with_evidence: bool,
extra_controls_fn: impl Fn() -> Vec<Box<dyn Control>>,
) -> Result<BatchReport>Expand description
Verify a batch of PRs and aggregate results.