mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
ci: Add subject_type to createReviewComment()
Apparently this is required by the createReviewComment() API.
This commit is contained in:
committed by
Daan De Meyer
parent
db3ace5da5
commit
211cd6e9a3
1
.github/workflows/claude-review.yml
vendored
1
.github/workflows/claude-review.yml
vendored
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user