POST
github_pulls_request_reviewers.py
from charter.packs import github
result = await github.pulls_request_reviewers.ainvoke({"owner": ..., "repo": ..., "pullNumber": ...})
Requires
repo, read:user.Path parameters
| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
pullNumber * | integer | The number that identifies the pull request. |
Body
| Field | Type | Description |
|---|---|---|
reviewers | string[] | Usernames to request a review from. |
teamReviewers | string[] | Team slugs to request a review from. A slug, not a team name. |