From: Daan De Meyer Date: Thu, 26 Mar 2026 12:19:15 +0000 (+0100) Subject: Revert "ci: Add subject_type to createReviewComment()" X-Git-Tag: v261-rc1~723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9363bc5dacc02f5b9996f5f4677999872ba9a83;p=thirdparty%2Fsystemd.git 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. --- 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++;