gh_issue_new: Create an issue on a github repo

Description Usage Arguments Value See Also

View source: R/gh_issues.R

Description

Create an issue on a github repo

Usage

1

Arguments

path

GitHub repo path of the form "username/repo". If not provided, will default to current repo.

title

The issue's title

body

The issue's body text

...

Additional parameters, see https://docs.github.com/en/rest

Value

NA; used for side effects to create a new issue on the specified GitHub repository.

See Also

Other Issues: gh_issue_assign(), gh_issue_comment(), gh_issue_list(), gh_issue_mention()


ghee documentation built on March 11, 2021, 5:07 p.m.