Skip to content

Commit 833dfe2

Browse files
authored
Merge pull request #43 from CoolBitX-Technology/fix/claude-action-allow-bash
fix: allow Bash tool in claude-code-action for dependabot workflow
2 parents 6bc09a6 + d0dd25a commit 833dfe2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dependabot_auto_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
134134
github_token: ${{ secrets.GH_AUTO_MERGE_TOKEN }}
135135
allowed_bots: 'dependabot[bot]'
136+
allowed_tools: 'Bash(gh:*),Bash(grep:*)'
136137
prompt: |
137138
You are reviewing a Dependabot PR in repository ${{ github.repository }}.
138139

0 commit comments

Comments
 (0)