diff --git a/src/dependency-graph.ts b/src/dependency-graph.ts index 1f97047..a3c03d1 100644 --- a/src/dependency-graph.ts +++ b/src/dependency-graph.ts @@ -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}`