Skip to content

release-train: staging -> main - #133

Merged
tracebloc-release-train[bot] merged 2 commits into
mainfrom
release-train/to-main
Aug 23, 2026
Merged

release-train: staging -> main#133
tracebloc-release-train[bot] merged 2 commits into
mainfrom
release-train/to-main

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

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


Note

Medium Risk
Changes automated issue-close behavior and token/permission model for a scheduled GitHub workflow. Misconfiguration could close the wrong issues or fail the sweep, but the caller itself is thin and read-only.

Overview
Replaces the in-repo actions/stale weekly sweep with a thin caller that invokes the org reusable stale-backlog.yml@main.

The new job still runs Mondays (and on workflow_dispatch) but no longer auto-stales issues by inactivity alone. Eligibility is delegated to the shared stale-backlog.py path, which only closes cards in Backlog, so North Stars and in-pipeline work are not closed. Permissions drop to contents: read; writes go through the App token minted in the reusable. No inputs are passed so the caller stays compatible with the @main callee defaults.

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

LukasWodkaand others added 2 commits August 22, 2026 20:30
…/stale (#131)
* ci(1979): call the board-aware stale sweep instead of copying actions/stale
* ci(1979): drop the 16-way actions/stale copy this caller replaces
@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 9be4406. 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 23, 2026
@tracebloc-release-train
tracebloc-release-trainBot merged commit 5ed0df0 into mainAug 23, 2026
17 checks passed
@tracebloc-release-train
tracebloc-release-trainBot deleted the release-train/to-main branch August 23, 2026 14:33
@tracebloc-release-train
tracebloc-release-trainBot restored the release-train/to-main branch August 24, 2026 07:33
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