Update src/dependency-graph.ts
Co-authored-by: Justin Holguín <[email protected]>
This commit is contained in:
co-authored by
Justin Holguín
parent
ffaf251c92
commit
7d0e0f61e8
@@ -28,7 +28,7 @@ export async function compare({
|
|||||||
const changes = await octo.paginate(
|
const changes = await octo.paginate(
|
||||||
{
|
{
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}?includes_dependency_snapshots=true',
|
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
|
||||||
owner,
|
owner,
|
||||||
repo,
|
repo,
|
||||||
basehead: `${baseRef}...${headRef}`
|
basehead: `${baseRef}...${headRef}`
|
||||||
|
|||||||
Reference in New Issue
Block a user