gh_new_pull_request: Create a GitHub pull request.

Description Usage Arguments Value

View source: R/pull-requests.R

Description

Create a GitHub pull request.

Usage

1

Arguments

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.

Value

Nothing.


lwjohnst86/githubr documentation built on Aug. 17, 2020, 3:37 a.m.