Record
remove-requested-reviewers-params
No description available.
record remove-requested-reviewers-params {
owner: string,
repo: string,
pull-number: string,
reviewers: list<string>,
team-reviewers: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| pull-number | string | |
| reviewers | list<string> | |
| team-reviewers | option<list<string>> |