get.repository.issue.event {github}R Documentation

List a single event for a repository issue

Description

List a single event for a repository issue

Usage

get.repository.issue.event(
  owner,
  repo,
  event.number,
  ctx = get.github.context()
)

Arguments

owner

the repo owner

repo

the repo name

event.number

the event number

ctx

the github context object

Value

The chosen event


[Package github version 0.9.12 Index]