This commit is contained in:
Henri Maurer
2023-06-07 16:48:32 +01:00
parent 9dde5949a8
commit 90d3a94eb7
+2 -3
View File
@@ -28,11 +28,10 @@ export async function compare({
const changes = await octo.paginate(
{
method: 'GET',
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}{?includes_dependency_snapshots}',
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}?includes_dependency_snapshots=true',
owner,
repo,
basehead: `${baseRef}...${headRef}`,
includes_dependency_snapshots: true
basehead: `${baseRef}...${headRef}`
},
response => {
if (