There was an error while loading. Please reload this page.
1 parent ce0cf27 commit c3badb7Copy full SHA for c3badb7
1 file changed
.github/workflows/claude_pr_review.yml
@@ -49,6 +49,5 @@ jobs:
49
GITHUB_TOKEN: ${{ secrets.DENOBOT_PAT }}
50
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
51
run: |
52
- claude --print \
+ claude --print "$(cat /tmp/prompt.txt)" \
53
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" \
54
- "$(cat /tmp/prompt.txt)"
0 commit comments