Record
create-comment-params
No description available.
record create-comment-params {
owner: string,
repo: string,
issue-number: string,
body: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| issue-number | string | |
| body | string |
No description available.
record create-comment-params {
owner: string,
repo: string,
issue-number: string,
body: string,
}| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| issue-number | string | |
| body | string |