fix(release): stabilize beta validation and completion (#114396)

* test(release): fix rebased validation gates

* test(migrate-hermes): use canonical auth store fixture

* test(secrets): reset runtime state before migration isolation

* test(secrets): reload singleton graph for migration isolation

* test(secrets): isolate auth migration state

* fix(release): return completed validation run

* docs: refresh docs map after forward-port
This commit is contained in:
Peter Steinberger
2026-07-27 03:42:00 -04:00
committed by GitHub
parent d4ed57bc88
commit 3c67fcc45d
6 changed files with 117 additions and 87 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ function waitForWorkflowRun(parentRunId, workflowSha) {
}
if (suite?.status === "completed") {
if (suite.conclusion === "success") {
return;
return suite;
}
throw new Error(
`Full Release Validation concluded ${String(suite.conclusion).toLowerCase()}: https://github.com/openclaw/openclaw/actions/runs/${parentRunId}`,