pub fn verify_pr(
client: &GitHubClient,
owner: &str,
repo: &str,
pr_number: u32,
policy: Option<&str>,
with_evidence: bool,
extra_controls: Vec<Box<dyn Control>>,
) -> Result<VerificationResult>Expand description
Verify a single pull request and return a verification result.