Skip to content

release-train: develop -> staging - #147

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

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

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 27, 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
Workflow-only change to an advisory CI job; no application code or branch protection. Slightly reduces Bugbot coverage on release-train promotions by design.

Overview
Adds a job-level if on the bugbot caller so the reusable Bugbot gate does not run on PRs that Bugbot will never produce a verdict for.

Skipped when the author is a Bot (e.g. Dependabot) orhead_ref starts with release-train/ (staging/main promotion trains). Without this, the callee polls until timeout and leaves an advisory bugbot / review check red with no path to green.

Not skipped for human-authored hotfix branches, where Bugbot still reviews. Inline comments document backend#2647, why skip is safe while the check remains advisory, and that arming it as required later must end skips in success rather than omitting the check.

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

#146)
Bugbot never reviews Dependabot PRs and does not re-review release-train
promotion PRs, so the caller polled the callee's wait-seconds and left the
advisory bugbot / review check red forever with no route to a verdict.
Add an if: to the bugbot job skipping Dependabot (user.type == Bot) and
release-train/* promotion branches. The check is advisory, so a skipped
caller job (no bugbot / review context) blocks nothing.
Co-authored-by: Syed Saqlain <syedsaqlain@MacBook-Pro.local>
Co-authored-by: Claude Opus 4.8 <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 7ec4849. 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 27, 2026
@tracebloc-release-train
tracebloc-release-trainBot merged commit 6e2dfa6 into stagingAug 27, 2026
24 of 25 checks passed
@tracebloc-release-train
tracebloc-release-trainBot deleted the release-train/to-staging branch August 27, 2026 15:20
@tracebloc-release-train
tracebloc-release-trainBot restored the release-train/to-staging branch August 27, 2026 18:37
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.

2 participants

@LukasWodka@saqlainsyed007