Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
gh pr checkout "$PR_NUMBER"
BASE=$(gh pr view "$PR_NUMBER" --json baseRefName -q .baseRefName)
git fetch origin "$BASE" --depth=1
git fetch origin "$BASE"
echo "BASE_BRANCH=origin/$BASE" >> "$GITHUB_ENV"

- name: Setup Go
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
Do not execute /review as a slash command — this prompt IS the review.
claude_args: |
--max-turns 20
--allowedTools "Agent,Read,Write,Grep,Glob,Bash(git diff:*),Bash(git log:*),Bash(git show:*),Bash(git blame:*),Bash(git fetch:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr comment:*),Bash(go:*),mcp__github_inline_comment__create_inline_comment"
--allowedTools "Agent,Read,Write,Grep,Glob,Bash(git diff:*),Bash(git log:*),Bash(git show:*),Bash(git blame:*),Bash(git fetch:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr comment:*),Bash(go:*),Bash(python3:*),Bash(find:*),mcp__github_inline_comment__create_inline_comment"

- name: Post review summary
if: always() && steps.review.outcome != 'skipped'
Expand Down
Loading