feat(bot): increase loop iterations and enforce memory of failures

This commit is contained in:
Christian Gunderman
2026-05-01 14:37:19 -07:00
parent 393d72ac52
commit 39de9586a0
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -151,10 +151,10 @@ jobs:
gh issue view "$TRIGGER_ISSUE_NUMBER" >> trigger_context.md 2>/dev/null || gh pr view "$TRIGGER_ISSUE_NUMBER" >> trigger_context.md
echo "</untrusted_context>" >> trigger_context.md
fi
MAX_ITERATIONS=2
MAX_ITERATIONS=4
ITERATION=1
while [ $ITERATION -le $MAX_ITERATIONS ]; do
echo "========================================"
echo "Starting Iteration $ITERATION"