Skip to content

dependabit / github-client/src / getCommitsBetween

Function: getCommitsBetween()

ts
function getCommitsBetween(
   client, 
   owner, 
   repo, 
   base, 
head): Promise<CommitInfo[]>;

Defined in: packages/github-client/src/commits.ts:148

Get commits between two refs

Parameters

ParameterType
clientGitHubClient
ownerstring
repostring
basestring
headstring

Returns

Promise<CommitInfo[]>

Released under the MIT License.