openclaw - 💡(How to fix) Fix pr-release: create draft PRs with workspace analysis, secret scanning, and retry

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

What to build

Implement draft PR creation for selected repos using clean workflow worktrees, remote source/target branches, required secret scanning, cached PR bodies, and retry behavior.

Acceptance criteria

  • Hybrid workspace uses repo cache plus per-workflow worktree; dirty worktrees are recreated instead of committed or pushed.
  • PR analysis uses commits and diff from target...source and stores detailed analysis in workflow state/audit, not in PR body.
  • Secret scanner findings block PR creation until operator override, skip, or stop; displayed values are redacted.
  • Draft PRs use title Release version X.Y.Z and the specified summary/test-plan body only.
  • OpenClaw never commits, pushes, marks ready, or merges.
  • Partial failures keep successful PRs and set partial_pr_created.
  • Retry reuses cached PR body when source head is unchanged and regenerates when it changed.
  • Tests cover command construction, scanner behavior, cache reuse, and partial failure state.

Blocked by

  • pr-release: suggest and confirm shared release version

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix pr-release: create draft PRs with workspace analysis, secret scanning, and retry