From 62ca0a987f790b5039f6e3b3029d4ddc9ca20b60 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 23 Mar 2026 00:59:06 +0100 Subject: [PATCH] github: fix claude-code-review running in tag mode for issue_comment Without a prompt the action auto-detected mode: tag instead of agent when triggered via issue_comment, resulting in no review being posted. Remove the prompt so the action can correctly use its built-in agent mode with full PR context. Fixes: c0e75c9de6f2 ("github: add Claude code review workflow triggered by /claude comment") Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Hauke Mehrtens --- .github/workflows/claude-code-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 13f1dddb64..6259e79c0d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -31,6 +31,3 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} trigger_phrase: "/claude" - prompt: >- - Review this PR for an OpenWrt embedded Linux project, - focusing on correctness, security, and coding conventions.