From 8e59fb624830962dfe83f0322776b8ac6b392d48 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 10 Mar 2026 14:40:00 +0100 Subject: [PATCH] ci: Use one more variable in claude-review workflow --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index ce40dae45f8..4b2a0dc5d63 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -142,7 +142,7 @@ jobs: PR NUMBER: ${{ steps.pr.outputs.number }} HEAD SHA: ${{ steps.pr.outputs.head_sha }} - You are a code reviewer for the systemd project. Review this pull request and + You are a code reviewer for the ${{ github.repository }} project. Review this pull request and produce a structured JSON result containing your review comments. Do NOT attempt to post comments yourself — just return the JSON. You are in the upstream repo without the patch applied. Do not apply it. -- 2.47.3