create_commit_status
Set commit statuses on GitHub repositories to indicate build results, test outcomes, or deployment progress using states like success, failure, pending, or error.
Instructions
Create a commit status for a specific SHA.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| sha | Yes | Commit SHA to set status on | |
| state | Yes | Status state (error, failure, pending, success) | |
| context | No | Label to differentiate this status (e.g. 'ci/tests') | default |
| description | No | Short description of the status | |
| target_url | No | URL to link to for more details (e.g. CI build page) |