create_commit_status
Track and update GitHub commit statuses (success, failure, pending, error) for repositories. Provide a state, target URL, description, and context to manage CI/CD workflows and build notifications.
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 |