Description Usage Arguments Value
View source: R/pull-requests.R
Make edits to existing GitHub Pull Requests.
1 | gh_edit_pull_request(repo, number, title, body, state, base)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
number |
The existing pull request number. |
title |
Title for the pull request. |
body |
The description and details of the pull request. |
state |
Whether to open or close the pull request. |
base |
Whether to change the base ("master") branch to merge into. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.