From f9363bc5dacc02f5b9996f5f4677999872ba9a83 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 26 Mar 2026 13:19:15 +0100 Subject: [PATCH] Revert "ci: Add subject_type to createReviewComment()" This reverts commit 211cd6e9a34d957dfa3b7616f0e618b6d17a51c2. They document it here: https://octokit.github.io/rest.js/v22/#pulls-create-review-comment but apparently that's out of date and this doesn't work anymore. --- .github/workflows/claude-review.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 1d08fe01a94..07fe700b95e 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -486,7 +486,6 @@ jobs: commit_id: c.commit, path: c.path, line: c.line, - subject_type: "line", body: `Claude: **${c.severity}**: ${c.body}`, }); posted++;