gitee_create_check_run
Create a check run on a Gitee repository to provide commit status updates with name, SHA, status, conclusion, and optional output details.
Instructions
Create a check run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| name | Yes | Check run name | |
| head_sha | Yes | Commit SHA | |
| details_url | No | Details URL | |
| external_id | No | External ID | |
| status | No | queued, in_progress, completed | |
| started_at | No | ISO 8601 start time | |
| conclusion | No | success, failure, neutral, cancelled, skipped, timed_out, action_required | |
| completed_at | No | ISO 8601 completion time | |
| output_title | No | Output title | |
| output_summary | No | Output summary | |
| output_text | No | Output text |