check_ci_status
Check CI workflow status for a branch, returning overall and per-workflow status with job details. Returns 'no_runs' if no CI runs exist.
Instructions
Check CI workflow status for a branch. Returns overall and per-workflow status.
Returns: {overall_status, overall_conclusion, branch, workflows: [{name, status, conclusion, url, jobs}]}
If no CI runs found, returns status="no_runs".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| owner | No | ||
| repo | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||