get_pipeline_runs
Retrieve recent GitHub Actions pipeline runs to inspect build status, duration, and the user who triggered each run.
Instructions
Get recent CI/CD pipeline runs from GitHub Actions. Shows build status, duration, and triggered by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of runs to return (default: 10) | |
| workflow | No | Optional workflow name to filter |