Uh oh!
There was an error while loading. Please reload this page.
ci(inventory): enroll version-bump-gate (required on 5 version repos) - #202
Merged
Merged
Conversation
…, exempt elsewhere Now that the version-bump-gate callers are merged into the 5 version-published repos (data-ingestors, tracebloc-py-package, cli, design-system, client), add the reusable to the inventory so caller-drift enforces it: required on those 5, exempt (no version_file → gate N/A) on the rest. Closes the enrollment gap that let cli + py-package hit the version refusal only at the prod boundary (backend#1563). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hardening #2 for the version-bump-gate rollout. The callers are now merged into all 5 version-published repos and the check is required on their develop branches (#1). This enrolls the reusable in the inventory so caller-drift enforces it going forward — flags any of the 5 that loses its caller, and any future repo.
version-bump-gate.ymltoreusables.version_gate_not_applicablereason.The caller-drift check on this PR validates the enrollment (it fails red if a required caller is missing or a repo is undeclared).
Note
Low Risk
YAML inventory and CI contract updates only; no runtime, auth, or application code changes.
Overview
Enrolls
version-bump-gate.ymlin the org repo inventory so caller-drift treats it like other shared reusables: every active repo must declare required, exempt, or another explicit status—missing keys fail the guard.Adds
version-bump-gate.ymlto the globalreusableslist and a sharedversion_gate_not_applicablereason for repos without aversion_fileinrelease-train/repos.yml. Five version-published repos (cli,client,data-ingestors,design-system,tracebloc-py-package) are marked required (viaversion-bump-gate-caller.yml); all other repos get exempt with that shared anchor.This is inventory-only hardening after callers and required checks landed elsewhere—it makes future loss of a caller or an undeclared repo show up as drift instead of slipping through.
Reviewed by Cursor Bugbot for commit 0df4ea8. Bugbot is set up for automated code reviews on this repo. Configure here.