gh_edit_issue: Edit parts of a GitHub repository's issue.

Description Usage Arguments Value

View source: R/issues.R

Description

Edit parts of a GitHub repository's issue.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gh_edit_issue(
  repo,
  issue_number,
  title,
  body,
  state,
  milestone,
  labels,
  assignees
)

Arguments

repo

Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr".

issue_number

The number of the issue.

title

The title of the issue.

body

Add a description to the issue.

state

Whether issue is open or closed.

milestone

The milestone (as a number) to add to the issue.

labels

Add a label or labels to the issue.

assignees

Assign a collaborator to deal with the issue.

Value

Has not output.


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