Uh oh!
There was an error while loading. Please reload this page.
release-train: develop -> staging - #147
Merged
Merged
Conversation
#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
commented
Aug 27, 2026
ContributorAuthor
bugbot run |
There was a problem hiding this comment.
✅ 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.
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.
Automated promotion by the release train (RFC-0008 D14). Head is the train-managed
release-train/to-stagingbranch (a mirror ofdevelop), 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
ifon thebugbotcaller 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) or
head_refstarts withrelease-train/(staging/main promotion trains). Without this, the callee polls until timeout and leaves an advisorybugbot / reviewcheck 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.