get_checks
Retrieve CI check results for a patch, including checkpatch and build checks. Optionally filter to show only failures and warnings to triage issues.
Instructions
Get CI check results for a patch (checkpatch, build_, sashiko-, contest, ...).
Pair with get_patch's check_summary to triage failing series quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch_id | Yes | ||
| fail_only | No | Return only checks in 'fail' or 'warning' state |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |