list_workflow_runs_tool
List GitHub Actions workflow runs for any repository, using filters like branch, status, and pagination to find specific builds or track CI/CD history.
Instructions
List GitHub Actions workflow runs for a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| repo | Yes | Repository name | |
| owner | No | Repository owner (defaults to GITHUB_DEFAULT_ORG if unset) | |
| branch | No | Filter by head branch name | |
| status | No | Filter by status or conclusion (e.g., "completed", "in_progress", "queued", "failure", "success") | |
| per_page | No | Results per page, max 100 (default: 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||