From c9bad6e9cbaa5845d179a565d66ee844b87ca659 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 12 Aug 2025 12:24:25 -0700 Subject: [PATCH] Allow MCP GitHub tools in auto-review workflow --- .github/workflows/claude-auto-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-auto-review.yml b/.github/workflows/claude-auto-review.yml index cc9528a..9565f83 100644 --- a/.github/workflows/claude-auto-review.yml +++ b/.github/workflows/claude-auto-review.yml @@ -36,4 +36,5 @@ jobs: Use the GitHub MCP tools to create a proper PR review with comments. You have access to mcp__github__ tools for creating and submitting reviews. - Create a review with constructive feedback and submit it as a COMMENT (not APPROVE). \ No newline at end of file + Create a review with constructive feedback and submit it as a COMMENT (not APPROVE). + claude_args: "--allowedTools mcp__github__*,Read,Grep,Glob" \ No newline at end of file