Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 135c7e9

Browse files
authored
ci: raise CLAUDE.md audit turn limit and pin Opus 4.8 (#3999)
## Summary The CLAUDE.md audit job (`.github/workflows/claude-md-audit.yml`) frequently hits its 15-turn cap before it finishes reviewing a PR, so the job fails without posting a verdict. For example, the audit job failed on [this run](https://github.com/triggerdotdev/trigger.dev/actions/runs/27837408945/job/82390460772?pr=3990). This raises `--max-turns` from 15 to 25 to give the review room to complete, and pins `--model claude-opus-4-8` (the job previously inherited the action default model).
1 parent 06969b2 commit 135c7e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/claude-md-audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
allowed_bots: "devin-ai-integration[bot]"
4444

4545
claude_args: |
46-
--max-turns 15
46+
--max-turns 25
47+
--model claude-opus-4-8
4748
--allowedTools "Read,Glob,Grep,Bash(git diff:*)"
4849
4950
prompt: |

0 commit comments

Comments
 (0)