Description Usage Arguments Value
View source: R/pull_requests.R
Sets review requests from a specified list of users to a pull request
1 | add_pull_request_reviewers(id, users, .api_url = api_url())
|
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" |
The title and id of the pull request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.