ci: Add subject_type to createReviewComment()

Apparently this is required by the createReviewComment() API.
This commit is contained in:
Daan De Meyer
2026-03-26 09:38:03 +01:00
committed by Daan De Meyer
parent db3ace5da5
commit 211cd6e9a3

View File

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