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
@@ -152,6 +152,7 @@ describe("full-release-validation-at-sha", () => {
const source = readFileSync("scripts/full-release-validation-at-sha.mjs", "utf8");
expect(source).toContain("actions/runs/${parentRunId}");
expect(source).toContain("workflowRun.head_sha !== workflowSha");
expect(source).toContain("return suite;");
expect(source).not.toContain('"graphql"');
expect(source).not.toContain('["run", "watch"');
});