GitHub に戻る
GitHub と Knoon AI を接続して 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. |