From: Daan De Meyer Date: Mon, 16 Mar 2026 15:07:55 +0000 (+0100) Subject: ci: Revert side/subject_type change for claude review workflow X-Git-Tag: v260~9^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52c4aca21e14df25851e27cf2b77b5bcf6b59236;p=thirdparty%2Fsystemd.git ci: Revert side/subject_type change for claude review workflow This doesn't seem to actually work, so revert the change. --- diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 293aef3b6a2..de31e0b818d 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -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++;