gh_list_runs
List recent GitHub Actions workflow runs. Filter by branch, status, or page size to monitor CI/CD pipeline activity.
Instructions
List recent GitHub Actions workflow runs.
status: completed, in_progress, queued, pending, requested, waiting, actionable, null (all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| branch | No | ||
| status | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| query | Yes | ||
| truncated | Yes | ||
| total_count | No |