Get issues for a repo

gh_issues_get(full_names, days_back, ...)

Arguments

full_names

Vector of repo names (format 'org/repo')

days_back

How many days back to look for commits.

...

Pass down options to gh::gh()

Details

New Columns

title

Issue title

url

Link to issue

state

State of the issue (e.g. open or closed)

created, updated, closed

Unique hash - can be joined on repo_sha from gh_repo_files_get()

comments

The commit message

body

The commit message

author

The commit message