gh_issue_fetch: Fetch issues from a GH repository

View source: R/gh_issues.R

gh_issue_fetchR Documentation

Fetch issues from a GH repository

Description

Fetch issues from a GH repository

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 progress messages.

Value

List of issues

Examples

i <- gh_issue_fetch()

ropensci-org/promoutils documentation built on Nov. 29, 2024, 7:17 p.m.