diff --git a/src/dependency-graph.ts b/src/dependency-graph.ts index a3c03d1..7532104 100644 --- a/src/dependency-graph.ts +++ b/src/dependency-graph.ts @@ -31,7 +31,10 @@ export async function compare({ url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}', owner, repo, - basehead: `${baseRef}...${headRef}` + basehead: `${baseRef}...${headRef}`, + headers: { + 'If-None-Match': '' + } }, response => { if (