Fetches issues from a GitHub repository and returns them as a list. Pass on
to gh_issue_fmt() for formatting.
Usage
gh_issue_fetch(
state = "open",
labels = NULL,
since = NULL,
owner = "rosadmin",
repo = "scheduled_socials",
issue = NULL,
verbose = FALSE
)Arguments
- state
Character. Which issues to fetch: "open", "closed", "all"
- labels
Character vector. Fetch only issues with these labels. (Optional)
- since
Character/Date/datetime. Fetch only issues since this date/time. (Optional)
- owner
Character. Owner of the repository
- repo
Character. Name of the repository (name of the package)
- issue
Numeric. Specific Issue number to fetch.
- verbose
Logical. Show extra informative messages.
