We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a34169d + 987d987 commit 33c99e8Copy full SHA for 33c99e8
.github/workflows/claude-mentions.yml
@@ -77,8 +77,11 @@ jobs:
77
78
- name: Run Claude Code Action
79
if: steps.check.outputs.is_member == 'true'
80
+ timeout-minutes: 15
81
uses: anthropics/claude-code-action@v1
82
with:
83
github_token: ${{ steps.app-token.outputs.token }}
84
use_bedrock: "true"
- claude_args: "--model us.anthropic.claude-sonnet-4-5-20250929-v1:0 --max-turns 50"
85
+ claude_args: |
86
+ --max-turns 50
87
+ --model us.anthropic.claude-sonnet-4-5-20250929-v1:0
0 commit comments