Description Usage Arguments Value
View source: R/pull-requests.R
Create a GitHub pull request.
1 | gh_new_pull_request(repo, title, head, base, body)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
title |
Title for the pull request. |
head |
Branch to merge from (the branch you are wanting merged). |
base |
The "master" branch or the branch you want your changes to be merged into (the branch you want to merge into). |
body |
The description and details of the pull request. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.