]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Revert side/subject_type change for claude review workflow
authorDaan De Meyer <daan@amutable.com>
Mon, 16 Mar 2026 15:07:55 +0000 (16:07 +0100)
committerDaan De Meyer <daan@amutable.com>
Mon, 16 Mar 2026 15:08:26 +0000 (16:08 +0100)
This doesn't seem to actually work, so revert the change.

.github/workflows/claude-review.yml

index 293aef3b6a2de6e32af4b0fbb92dc55b1a1927a4..de31e0b818d9b5f6328999e7e0932d9e6cece52a 100644 (file)
@@ -417,8 +417,6 @@ jobs:
                   commit_id: headSha,
                   path: c.file,
                   line: c.line,
-                  side: "RIGHT",
-                  subject_type: "line",
                   body: `Claude: **${c.severity}**: ${c.body}`,
                 });
                 posted++;