]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Instruct claude to not do any escaping for review comments
authorDaan De Meyer <daan@amutable.com>
Thu, 19 Mar 2026 10:12:37 +0000 (11:12 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 19 Mar 2026 10:14:33 +0000 (11:14 +0100)
Should hopefully fix cases like
https://github.com/systemd/systemd/pull/40780#discussion_r2956841573.

.github/workflows/claude-review.yml

index 9ac8de9a4d3378ea3e5bdf53a25be795bfb08a9d..647a6776c459ad27c4e3fafff7bb958f20cc716b 100644 (file)
@@ -268,6 +268,9 @@ jobs:
               The `commit` field MUST be the SHA of the commit being reviewed. Only
               comment on changes in that commit — not preceding commits.
 
+              Do NOT escape characters in `body`. Write plain markdown — no backslash
+              escaping of `!` or other characters.
+
               `line` should be a line number from the NEW side of the diff **that appears
               inside a diff hunk**. GitHub rejects lines outside the diff context. If you
               cannot determine a valid diff line, omit `line`.