add.issue.labels {github}R Documentation

Add labels to an issue

Description

Add labels to an issue

Usage

add.issue.labels(
  owner,
  repo,
  issue.number,
  content,
  ctx = get.github.context()
)

Arguments

owner

the repo owner

repo

the repo name

issue.number

the number of the issue

content

the list of labels

ctx

the github context object

Value

The list of labels


[Package github version 0.9.12 Index]