get_pr_checks
Retrieve all CI checks for a GitHub pull request, including conclusion and URL. Returns aggregated check rollup for triaging failures.
Instructions
List all CI checks for a GitHub PR with conclusion + URL. Input: {repo: "owner/repo", prNumber: number}. Returns aggregated check rollup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repo as "owner/repo" | |
| prNumber | Yes | PR number |