From 211cd6e9a34d957dfa3b7616f0e618b6d17a51c2 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 26 Mar 2026 09:38:03 +0100 Subject: [PATCH] ci: Add subject_type to createReviewComment() Apparently this is required by the createReviewComment() API. --- .github/workflows/claude-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 07fe700b95e..1d08fe01a94 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -486,6 +486,7 @@ jobs: commit_id: c.commit, path: c.path, line: c.line, + subject_type: "line", body: `Claude: **${c.severity}**: ${c.body}`, }); posted++; -- 2.47.3