Skip to content

Commit 8a045ef

Browse files
lpcoxCopilot
andcommitted
fix: bump security-guard max-turns from 6 to 10
The agent was hitting the 6-turn limit when tool calls returned unexpected results, leaving no turns for recovery. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 486c0b1 commit 8a045ef

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/security-guard.lock.yml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/security-guard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
issues: read
1212
engine:
1313
id: claude
14-
max-turns: 6
14+
max-turns: 10
1515
tools:
1616
github:
1717
mode: gh-proxy

0 commit comments

Comments
 (0)