You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIMEOUT_NOTE="- **Exit code:** 124 (SIGKILL — 1800 s timeout)
822
+
- **Timeout limit:** 1800 s
823
+
- Verbose log artifact (${VERBOSE_LOG_FILE}) uploaded for debugging."
824
+
if ! gh api "repos/$REPOSITORY/issues/$PR_NUMBER/comments" \
825
+
-f body="⏱️ **PR Review Timed Out** — The review agent hit the 1800 s time limit before completing. This usually happens on large or complex diffs. You can re-trigger with \`/review\` — if it times out again, consider splitting the PR into smaller pieces." \
826
+
2>&1; then
827
+
echo "::warning::Failed to post timeout comment to PR"
828
+
fi
817
829
elif [ "$EXIT_CODE" != "0" ]; then
818
830
# Check if agent actually posted a review despite the error exit code.
819
831
# This happens when a sub-agent fails (e.g., API overload) but the root
0 commit comments