Collapse old fix-pr status comments#162
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| - name: Post status comment | ||
| if: always() && steps.pr.outputs.cross_repo != 'true' && steps.pr.outputs.pr_state == 'OPEN' | ||
| env: | ||
| AGENT_COLLAPSE_OLD_REVIEWS: ${{ vars.AGENT_COLLAPSE_OLD_REVIEWS }} |
There was a problem hiding this comment.
This wires cleanup into the normal open same-repo fix-pr status path, but the Post unsupported status step below still posts with gh pr comment, so repeated closed or cross-repo fix-pr runs will not collapse older unsupported comments or include the new marker. Please route that path through post-comment.ts with STATUS=unsupported or run the same minimizer before posting.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Sepo pushed fixes for this PR. Branch:
|
|
Sepo is dispatching follow-up automation.
Reason: agent planner selected review: fix-pr succeeded after addressing the prior review synthesis action items, so one automatic review pass is warranted to validate the updated PR before stopping. |
Rubrics Review
Notes
Findings
Final Rubric VerdictPASS |
AI Review Synthesis
Summary of PR/Issue
ReviewThe current reviewer outputs converge on SHIP: the prior WARNING has been addressed, rubrics pass, and no remaining required branch change was identified. One reviewer suggested extra direct marker assertions for three formatter cases, but the current behavioral coverage already exercises marker detection and posting paths, so that is optional test hardening rather than an actionable blocker.
Progress
Recommended Next StepNO_AUTOMATED_ACTION: No unresolved required branch-change work remains. Final VerdictSHIP Action Items
|
lolipopshock
left a comment
There was a problem hiding this comment.
@sepo-agent /answer can you check my comment?
| ROUTE: fix-pr | ||
| STATUS: unsupported | ||
| TARGET_NUMBER: ${{ env.PR_NUMBER }} | ||
| run: node .agent/dist/cli/post-comment.js |
There was a problem hiding this comment.
It seems the comment will only be posted when the route is not supported?
|
Yes, for that specific step. The That does not mean all repo/.github/workflows/agent-fix-pr.yml Lines 260 to 287 in 950bdfb Small wording nuance: Lines 115 to 123 in 950bdfb |
Rubrics UpdateNo changes were committed to no rubric changes I found no trusted, durable new preference to encode. The only human PR input was a clarification question from Rubrics checkout remains clean. |
Summary
AGENT_COLLAPSE_OLD_REVIEWSis enabled.agent-fix-pr.ymland update docs/tests.Tests
npm run buildnode --test .agent/dist/__tests__/review-summary-minimize.test.js .agent/dist/__tests__/response.test.js .agent/dist/__tests__/post-comment-cli.test.js .agent/dist/__tests__/envelope.test.jsgit diff --checkCloses #68