spy: Get latest issues where an user commented

View source: R/spy.R

spyR Documentation

Get latest issues where an user commented

Description

Get latest issues where an user commented

Usage

spy(user, type = "Issue", updated_after = as.character(Sys.Date() - 10),
  updated_before = as.character(Sys.Date()))

Arguments

user

username

type

"Issue" or "PullRequest"

updated_after

date after which the issue or pull request should have been updated(YYYY-MM-DD)

updated_before

date before which the issue or pull request should have been updated(YYYY-MM-DD)

Details

Note that depending on your GITHUB_PAT score, you might get results for private repositories, so think a bit before publishing the results of a call to this function!

Value

tibble

Examples

# https://github.com/lintr-bot
spy("lintr-bot")

maelle/ghrecipes documentation built on May 20, 2022, 5:18 a.m.