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