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
| Parameter | Type |
|---|---|
client | GitHubClient |
owner | string |
repo | string |
base | string |
head | string |
Returns
Promise<CommitInfo[]>