includes_dependency_snapshots

This commit is contained in:
Henri Maurer
2023-06-07 14:04:29 +01:00
parent a4c5ac881a
commit cff142b535
+2 -4
View File
@@ -28,13 +28,11 @@ export async function compare({
const changes = await octo.paginate(
{
method: 'GET',
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}{?includes_dependency_snapshots}',
owner,
repo,
basehead: `${baseRef}...${headRef}`,
headers: {
'If-None-Match': ''
}
includes_dependency_snapshots: true
},
response => {
if (