ci: remove redundant cli github release workflow#2487
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: found issues before merge. Reviewed June 21, 2026, 5:55 PM ET / 21:55 UTC. Summary Reproducibility: yes. From source inspection, after npm publish has already put the version on npm, the remaining release workflow exits at the already-published check before GitHub Release creation, while the deleted workflow is the documented repair path. Review metrics: 2 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Next step before merge
Security Review findings
Review detailsBest possible solution: Keep the repair-only release path, or replace it with an equivalent tested recovery mode before removing the standalone workflow and updating the runbook. Do we have a high-confidence way to reproduce the issue? Yes. From source inspection, after npm publish has already put the version on npm, the remaining release workflow exits at the already-published check before GitHub Release creation, while the deleted workflow is the documented repair path. Is this the best way to solve the issue? No. Removing the workflow is too broad unless the PR preserves or replaces the post-publish GitHub Release repair path, or release owners explicitly retire that recovery workflow. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 6f28659e7bfb. Label changesLabel justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
Summary
ClawHub CLI GitHub Releaseworkflow.Release Run
ClawHub CLI NPM Releasepreflight forv0.19.0: https://github.com/openclaw/clawhub/actions/runs/26919293889Verification
rg -n "clawhub-cli-github-release|ClawHub CLI GitHub Release|GitHub Release workflow" .github docs specs README.md package.json scripts -g '!node_modules' || truegit diff --check