Get commits for a repo

gh_commits_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

full_name

org/repo

author

Author name

author_type

Author type / relationship to repo

commit_email

Email on commit

datetime

Date time of commit

sha

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

commit_message

The commit message