list_check_runs
Retrieve and filter GitHub check runs for branches, tags, or commits to monitor CI/CD status and identify issues.
Instructions
List check runs for a reference (branch, tag, or SHA).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| ref | Yes | Git reference (branch name, tag, or commit SHA) | |
| check_name | No | Filter by check name | |
| status | No | Filter by status (queued, in_progress, completed) | |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |