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 19, 2026, 4:59 PM ET / 20:59 UTC. Summary Reproducibility: yes. From source inspection, after npm publish succeeds the remaining npm release workflow exits on the already-published version before GitHub Release creation, while the deleted workflow is the documented repair path for that state. 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 workflow, or replace it with an explicit tested repair-only path that can create or update the GitHub Release after npm already contains the version, then update the runbook accordingly. Do we have a high-confidence way to reproduce the issue? Yes. From source inspection, after npm publish succeeds the remaining npm release workflow exits on the already-published version before GitHub Release creation, while the deleted workflow is the documented repair path for that state. 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, and the final direction needs release-automation owner judgment. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 7accfb71c771. 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