Skip to content

release-train: develop -> staging - #142

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

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

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 26, 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 trigger-only change; improves correctness when PR bases change, with no impact on application or auth logic.

Overview
The FR gate workflow now listens for the edited pull request event in addition to the existing triggers.

Retargeting a PR’s base branch only fires edited, not synchronize, so the gate could stay green or red for the wrong base until someone pushed again. The inline comment points to a case where a required check stayed stale for hours after a retarget.

No change to gate logic itself—only when the shared fr-gate.yml workflow is invoked.

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

`edited` is the only pull_request event GitHub fires on a base-branch change.
Without it a retargeted PR can never re-run fr-gate: synchronize needs a push,
and a retarget has nothing to push.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@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 c4b09b9. 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 26, 2026
@tracebloc-release-train
tracebloc-release-trainBot merged commit 8642fd1 into stagingAug 26, 2026
24 of 25 checks passed
@tracebloc-release-train
tracebloc-release-trainBot deleted the release-train/to-staging branch August 26, 2026 09:26
@tracebloc-release-train
tracebloc-release-trainBot restored the release-train/to-staging branch August 26, 2026 10:15
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