From 4b5495040d9c7b749b2916059bb508fb023829bf Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sat, 1 Jun 2024 21:32:47 +0000 Subject: [PATCH] missing start_side --- packages/core/src/github.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/github.ts b/packages/core/src/github.ts index 084e20d0d2..ab18d26d29 100644 --- a/packages/core/src/github.ts +++ b/packages/core/src/github.ts @@ -223,6 +223,7 @@ async function githubCreatePullRequestReview( ? annotation.range?.[0]?.[0] : undefined, subject_type: "line", + start_side: "RIGHT", } logVerbose(JSON.stringify(body, null, 2)) const res = await fetch(url, {