Extract titles and numbers of all issues associated with a nominated repository
get_gh_issue_titles(org, repo)
org | Github organisation name for repository |
---|---|
repo | Repository within |
data.frame
with one column of issue numbers, and one column of
issue titles.
if (FALSE) { get_gh_issue_titles (org = "ropenscilabs", repo = "allcontributors") }