list_workflow_runs
List recent GitHub Actions workflow runs to check CI status after pushing, with optional branch filtering to focus on specific branches.
Instructions
List recent GitHub Actions workflow runs — check CI status after pushing, optionally filtered by branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name (without owner) | |
| owner | No | Repo owner; defaults to GITHUB_DEFAULT_OWNER | |
| branch | No | Only runs for this branch |