list_commit_statuses
Retrieve commit statuses for a specific branch, tag, or SHA to monitor build results, test outcomes, and deployment states in GitHub repositories.
Instructions
List commit statuses 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) | |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |