fix(queue): skip generate-tests on closed PRs with pr_not_open - #9333
fix(queue): skip generate-tests on closed PRs with pr_not_open#9333joaovictor91123 wants to merge 1 commit into
Conversation
Mirror maybeProcessPrPanelRetrigger's JSONbored#9020 guard on both the @Loopover generate-tests command and the PR-panel checkbox so post-merge clicks never spend AI generation or commit work. Closes JSONbored#9311
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-27 13:23:17 UTC
Review summary Nits — 4 non-blocking
CI checks failing
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
LoopOver is closing this pull request on the maintainer's behalf (CI is failing (validate, validate-tests)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
pr.state !== "open"guards tomaybeProcessGenerateTestsCommandandmaybeProcessPrPanelGenerateTests, mirroringmaybeProcessPrPanelRetrigger's orb(review): panel re-run checkbox on a closed/merged PR does real work, then silently no-ops #9020 fix.pr_not_openviarecordGenerateTestsSkipbefore authorization or AI generation so post-merge checkbox clicks and text commands never spend real work.Closes #9311
Scope
Closes #9311.Validation
test/unit/queue-5.test.tsfor both command and checkbox paths.Safety
UI Evidence
N/A — no visible UI changes.
Notes