]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "ci: Add subject_type to createReviewComment()"
authorDaan De Meyer <daan@amutable.com>
Thu, 26 Mar 2026 12:19:15 +0000 (13:19 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 26 Mar 2026 12:46:08 +0000 (13:46 +0100)
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

index 1d08fe01a94977f0f515ded7814b6ce3bf5c604e..07fe700b95e1aa42e2d20d44d8fe321fe0d4e3c9 100644 (file)
@@ -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++;