You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason: `live migrations/** collision on ${args.baseRef} (${detail})`,
1655
-
comment: `Gittensory: a live check of \`migrations/**\` on \`${args.baseRef}\` found a migration-number collision that isn't visible from this PR's own diff — another PR merged a same-numbered migration file since this PR's CI last ran (**${detail}**). This PR is held for manual review — please rebase onto the latest \`${args.baseRef}\` and renumber your migration to the next free number before this can merge.`,
1656
-
};
1657
-
}
1658
-
1659
1605
/**
1660
1606
* Chain the two INDEPENDENT precision circuit-breakers over a planned action set (the merge-side and close-side
1661
1607
* downgrades), in order. PURE — the live flag reads happen at the call site (each fail-open), so this composes
@@ -1920,25 +1866,7 @@ async function runAgentMaintenancePlanAndExecute(
1920
1866
// producing a false hold that can never clear (a later rename still carries the stale old name forever, on
1921
1867
// every subsequent maintenance pass). Only `.path` (the file's CURRENT name) and only non-removed files
1922
1868
// reflect what will actually exist in this PR's tree once merged.
reason: `live migrations/** collision on ${args.baseRef} (${detail})`,
50
+
comment: `Gittensory: a live check of \`migrations/**\` on \`${args.baseRef}\` found a migration-number collision that isn't visible from this PR's own diff — another PR merged a same-numbered migration file since this PR's CI last ran (**${detail}**). This PR is held for manual review — please rebase onto the latest \`${args.baseRef}\` and renumber your migration to the next free number before this can merge.`,
0 commit comments