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