Extract lists of (1) all authors of, and (2) all contributors to, all github
issues for nominated repository
Usage
get_gh_issue_people(org, repo, exclude_issues = NULL)
Arguments
- org
Github organisation name for repository
- repo
Repository within org
for which contributors are to be
extracted
- exclude_issues
Numbers of any issues (or pull requests) to be excluded
from lists of contributors.
Value
List of (authors, contributors), each as character vector of github
login names.
Examples
if (FALSE) {
get_gh_issue_people (org = "ropenscilabs", repo = "allcontributors")
}