GitHub로 돌아가기
Knoon AI를 GitHub과 연결하여 AI 워크플로우를 자동화하세요.
List GitHub Actions workflow runs for a repository or specific workflow.
githubDefaultListWorkflowRuns
베타
내부
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| repository | file | GitHub repository in owner/repo format. | 네 |
| workflowId | mustache | Optional workflow id or file name. If omitted, lists all runs. | 아니요 |
| actor | mustache | Optional actor login filter. | 아니요 |
| branch | mustache | Optional branch filter. | 아니요 |
| event | string | Optional event filter, e.g. push, pull_request. | 아니요 |
| status | string | Optional status filter, e.g. queued, in_progress, completed, success. | 아니요 |
| perPage | mustache | Optional page size (1-100, default 30). | 아니요 |
| page | mustache | Optional page number (default 1). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| result | object | Workflow run summaries. |