get_commit_statuses
Fetch commit statuses for a specific repository, owner, and reference to track build, test, or deployment states directly from GitHub.
Instructions
Get statuses for a commit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
ref | Yes | The ref (SHA, branch name, or tag name) to get statuses for | |
repo | Yes | Repository name |