Description Usage Arguments Value
View source: R/pull_requests.R
Creates a pull request
1 2 3 4 5 6 7 8 9 10 11 |
org |
Name of organization to query |
repo |
Name of repository to query |
base |
Name of base branch that changes will be pulled into |
head |
Name of head branch where changes will be pulled from |
title |
Title of pull request |
body |
Body of pull request. Defaults to "" |
reviewers |
List of usernames to request reviews from (ie: ‘reviewers = c(’devinp', 'harshb')') |
assignees |
List of usernames to assign to 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" |
A list containing the title, creation date, author, reviewers, and assignees of the pull request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.