list_check_runs_for_ref
List all check runs for a given Git SHA, branch, or tag to see CI/CD status and results for that reference.
Instructions
List check runs for a Git ref (SHA, branch, or tag). Docs: https://docs.github.com/en/rest/checks/runs#list-check-runs-for-a-git-reference
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | SHA, branch, or tag to list check runs for. | |
| page | No | ||
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| filter | No | ||
| status | No | ||
| per_page | No | ||
| check_name | No |