Record
create-commit-status-params
No description available.
record create-commit-status-params {
owner: string,
repo: string,
sha: string,
context: option<string>,
description: option<string>,
state: create-commit-status-body-state-enum,
target-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| sha | string | |
| context | option<string> | |
| description | option<string> | |
| state | create-commit-status-body-state-enum | |
| target-url | option<string> |