Skip to content

release-train: develop -> staging - #655

Merged
tracebloc-release-train[bot] merged 1 commit into
stagingfrom
release-train/to-staging
Aug 10, 2026
Merged

release-train: develop -> staging#655
tracebloc-release-train[bot] merged 1 commit into
stagingfrom
release-train/to-staging

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Automated promotion by the release train (RFC-0008 D14). Head is the train-managed release-train/to-staging branch (a mirror of develop), so it never collides with a human PR. Merged only when the fr-gate is green.


Note

Low Risk
CI-only change with read-only repo permissions; it may block develop PRs until versions are bumped or the skip label is applied.

Overview
Adds a develop pull request check that blocks changes under client/* when client/Chart.yaml still names a version that is already released, so mismatches surface on the author’s PR instead of at a later release hop.

The new workflow delegates to tracebloc/.github’s reusable version-bump-gate.yml, runs on open/sync/reopen/ready and on label changes (so a skip-version-gate override re-runs the job), and uses hard fail (soft-fail: false).

Reviewed by Cursor Bugbot for commit 2f3fcb2. Bugbot is set up for automated code reviews on this repo. Configure here.

* ci: enroll version-bump-gate (backend#1563)
* ci: re-run version-bump-gate on label events (skip-version-gate override; Bugbot)
* ci: restore caller + add labeled/unlabeled triggers (fix empty-file slip; Bugbot skip-label)
@LukasWodka

Copy link
Copy Markdown
ContributorAuthor

bugbot run

@cursorcursorBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 2f3fcb2. Configure here.

@tracebloc-release-traintracebloc-release-trainBot added gate-nudge Toggled by the release train to (re-)fire the fr-gate and removed gate-nudge Toggled by the release train to (re-)fire the fr-gate labels Aug 10, 2026
@tracebloc-release-train
tracebloc-release-trainBot merged commit c73b256 into stagingAug 10, 2026
18 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@LukasWodka