Sets review requests from a specified list of users to a pull request

add_pull_request_reviewers(id, users, .api_url = api_url())

Arguments

id

Pull Request ID

users

A list of users (by username) to add as reviewers from the pull request

.api_url

Optional API url to query. Defaults to the value set by `api_url()`. Usually it's "https://api.github.com/graphql"

Value

The title and id of the pull request