]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Drop tracking comment update from claude review
authorDaan De Meyer <daan@amutable.com>
Mon, 9 Mar 2026 16:55:33 +0000 (17:55 +0100)
committerDaan De Meyer <daan@amutable.com>
Mon, 9 Mar 2026 16:55:33 +0000 (17:55 +0100)
Too noisy, let's drop it.

.github/workflows/claude-review.yml

index b36d6dc211d1e40cccb67e6700be5fb0689d29e2..f4a594770200c31cd5af876b67ec5dc90af9bf09 100644 (file)
@@ -335,12 +335,6 @@ jobs:
                   comment_id: existing.id,
                   body: summary,
                 });
-                await github.rest.issues.createComment({
-                  owner,
-                  repo,
-                  issue_number: prNumber,
-                  body: `Claude review updated — see [tracking comment](${commentUrl}).`,
-                });
               }
             } else {
               console.log("Creating new tracking comment.");