We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9e836 commit 77a8a25Copy full SHA for 77a8a25
.github/workflows/claude-assistant.yml
@@ -30,7 +30,7 @@ jobs:
30
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
trigger_phrase: "@claude"
33
- claude_args: "--model opus --max-turns 10 --append-system-prompt 'When reviewing PRs, follow the guidelines in .github/prompts/review.md'"
+ claude_args: "--model opus --max-turns 30 --append-system-prompt 'When reviewing PRs, follow the guidelines in .github/prompts/review.md'"
34
track_progress: "true"
35
settings: |
36
{
0 commit comments