diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index c2038b36..e529fe2e 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -40,7 +40,7 @@ jobs: plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins' prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}' - allowed_bots: 'claude[bot]' + allowed_bots: 'claude[bot],base44-os-gremlins[bot]' # See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md # or https://code.claude.com/docs/en/cli-reference for available options diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index deac2d23..f1954485 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -44,6 +44,7 @@ jobs: # prompt: 'Update the pull request description to include a summary of changes.' # Allow Claude to run bun and gh commands + allowed_bots: 'base44-os-gremlins[bot]' claude_args: | --allowedTools "Bash(bun:*),Bash(gh pr:*),Bash(gh issue:*)",Bash(git:*) diff --git a/.github/workflows/pr-description.yml b/.github/workflows/pr-description.yml index 23ffdae9..c8669ef2 100644 --- a/.github/workflows/pr-description.yml +++ b/.github/workflows/pr-description.yml @@ -95,4 +95,4 @@ jobs: - For Checklist items: check them based on your code analysis (e.g., check "style guidelines" if code follows existing patterns) - Be concise but informative in the Description and Changes Made sections claude_args: '--allowed-tools "Bash(gh pr:*)" "Bash(git diff:*)" "Bash(git log:*)" Read Glob Grep' - allowed_bots: 'claude[bot]' + allowed_bots: 'claude[bot],base44-os-gremlins[bot]'