Skip to main content

verify_pr_batch

Function verify_pr_batch 

Source
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.