Record
list-required-workflow-runs-params
No description available.
record list-required-workflow-runs-params {
owner: string,
repo: string,
required-workflow-id-for-repo: string,
actor: option<string>,
branch: option<string>,
event: option<string>,
status: option<list-required-workflow-runs-status-enum>,
per-page: option<s32>,
page: option<s32>,
created: option<string>,
exclude-pull-requests: option<bool>,
check-suite-id: option<s32>,
head-sha: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| required-workflow-id-for-repo | string | |
| actor | option<string> | |
| branch | option<string> | |
| event | option<string> | |
| status | option<list-required-workflow-runs-status-enum> | |
| per-page | option<s32> | |
| page | option<s32> | |
| created | option<string> | |
| exclude-pull-requests | option<bool> | |
| check-suite-id | option<s32> | |
| head-sha | option<string> |