github_get_pull_request_checks
Retrieves GitHub commit statuses and Actions check runs for a pull request and appends the result as CI evidence for verification.
Instructions
Read GitHub combined commit statuses and Actions check runs for a pull request, then append the result as ci_result evidence. Use during verification or read-only review after a PR exists. For review runs, the PR number and current head SHA must still match the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Run UUID that will receive the resulting CI evidence. | |
| pullNumber | Yes | Positive pull request number whose head checks should be read. | |
| repository | Yes | GitHub repository in owner/name format; it must be present in GITHUB_ALLOWED_REPOSITORIES. |