get_workflow_runs
Retrieve the run history for a GitHub Actions workflow, with optional status filtering to find specific runs like completed or failed.
Instructions
Get workflow run history for a specific GitHub Actions workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| workflow_id | Yes | Workflow ID | |
| status | No | Filter by run status |