github_list_workflow_runs
List recent runs of a GitHub Actions workflow, optionally filtered by status or branch, to monitor pipeline activity.
Instructions
List recent runs of a GitHub Actions workflow, with optional filters for status and branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| branch | No | Filter by branch name | |
| status | No | Filter by run status | |
| perPage | No | Number of runs to return (max 100) | |
| workflowId | No | Workflow ID or filename (e.g. 'ci.yml'). Omit to list all runs. |