github_get_workflow_runs
Retrieve GitHub Actions workflow runs for a repository, filtered by branch or status, to monitor CI/CD pipeline activity and check build results.
Instructions
獲取倉庫的 GitHub Actions 工作流運行
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | 分支名稱 | |
| status | No | 運行狀態 | |
| per_page | No | 每頁顯示數量 | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |