From 7d0e0f61e8e842adfbe453d92549f7599e275da1 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Thu, 7 Sep 2023 07:08:21 -0500 Subject: [PATCH] Update src/dependency-graph.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Justin HolguĂ­n --- src/dependency-graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`