get.repository.commit.comments {github}R Documentation

get all commit comments for a given commit in a repository

Description

get all commit comments for a given commit in a repository

Usage

get.repository.commit.comments(owner, repo, sha, ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

sha

the SHA hash of the commit

ctx

the github context object

Value

the comments


[Package github version 0.9.12 Index]