Revert "ci: Add subject_type to createReviewComment()"

This reverts commit 211cd6e9a3.

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.
This commit is contained in:
Daan De Meyer
2026-03-26 13:19:15 +01:00
committed by Daan De Meyer
parent 186032e1ed
commit f9363bc5da

View 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++;