get_combined_status
Retrieve the combined status of a commit in a GitHub repository by specifying the owner, repository name, and reference (SHA, branch, or tag).
Instructions
Get the combined status 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 the combined status for | |
repo | Yes | Repository name |