Commit a6605fd
committed
fix: remove max-turns limit from claude-code-action workflows
Removing the --max-turns restriction to allow Claude to complete
its tasks without being artificially limited. The previous 3-turn
limit was causing workflows to hit error_max_turns before completing.
Both pr-assignment-check and pr-stale-check workflows now have
unlimited turns.1 parent c9974d1 commit a6605fd
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
0 commit comments