GRM-50: fix: workflow timing, timeouts, status polling, and release classification
This commit is contained in:
@@ -345,7 +345,13 @@ def build_review_body(result: ReviewResult) -> str:
|
||||
|
||||
lines.append("")
|
||||
lines.append("---")
|
||||
lines.append("*This review is posted by the `pr-review` CI job. The agent must address all issues before merging.*")
|
||||
lines.append("**Manual review required:** Before approving, review every category in")
|
||||
lines.append("[REVIEW_CHECKLIST.md](REVIEW_CHECKLIST.md) and confirm with:")
|
||||
lines.append("```bash")
|
||||
lines.append("python3 scripts/ci/review_pr.py <PR> <owner/repo> \\")
|
||||
lines.append(" --event APPROVE --checklist-confirmed \\")
|
||||
lines.append(' --body "<substantive review summary>"')
|
||||
lines.append("```")
|
||||
|
||||
return "\n".join(lines)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user