get_combined_status
Retrieve the combined status of a GitHub commit to check CI/CD pipeline results and deployment readiness for a specific repository reference.
Instructions
Get the combined status for a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or organization) | |
| repo | Yes | Repository name | |
| ref | Yes | The ref (SHA, branch name, or tag name) to get the combined status for |