mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
fix: allow bots in duplicate code detector workflow
This commit is contained in:
parent
ee855abd76
commit
a97a3cb4e5
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
with:
|
||||
use_foundry: "true"
|
||||
use_sticky_comment: true
|
||||
allowed_bots: "claude[bot],codeflash-ai[bot]"
|
||||
claude_args: '--mcp-config /tmp/mcp-config/mcp-servers.json --allowedTools "Read,Glob,Grep,Bash(git diff:*),Bash(git log:*),Bash(git show:*),Bash(wc *),Bash(find *),mcp__serena__*"'
|
||||
prompt: |
|
||||
You are a duplicate code detector with access to Serena semantic code analysis.
|
||||
|
|
|
|||
Loading…
Reference in a new issue