create_commit_status
Update GitHub commit statuses to reflect build or process states (e.g., success, failure, pending) with context, target URL, and description for clarity.
Instructions
Create a status for a commit (build passed/failed, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | A string label to differentiate this status from others | |
description | No | A short description of the status | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name | |
sha | Yes | The SHA of the commit to create a status for | |
state | Yes | The state of the status | |
target_url | No | The target URL to associate with this status |