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