diff --git a/packages/core/src/github.ts b/packages/core/src/github.ts index f81b64b981..b5f2351e17 100644 --- a/packages/core/src/github.ts +++ b/packages/core/src/github.ts @@ -219,7 +219,6 @@ async function githubCreatePullRequestReview( path: annotation.filename, line: annotation.range?.[0]?.[0], side: "RIGHT", - subject_type: "line", } logVerbose(JSON.stringify(body, null, 2)) const res = await fetch(url, {