chore(kanban): reconcile → weekly backstop; drop stale header (part of #1279) - #89
Merged
Merged
Conversation
… (D21) Event-driven advance/closure are the primary path now, so the nightly reconcile drops to a weekly Mondays run (RFC-0008 D21). Also removes two stale header sections: the `Release:`-vehicle auto-move (the self-grant removed in #1267) and the `.kanban.yml` override note (no longer trusted). auto-classify is already gone. Part of tracebloc/backend#1279 (the docs sync-docs / preview-page-coverage and frontend smoke-nightly items live in those repos). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
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 0878a52. Configure here.
LukasWodka
added a commit
that referenced
this pull request
Jul 28, 2026
A push routinely carries commits that already shipped further down the pipeline: a staging->develop back-merge re-pushes Prod PRs to develop, and a develop==main fast-forward does the same. advance-deploy-env blindly set every PR in the push to the branch's column, un-shipping those cards (seen live: .github #87/#88/#89/#92 stranded at On dev after yesterday's ff, #95 demoted from Prod today; engine#540's back-merge would demote its whole staging history next). Now the per-PR query also reads the current Status and the update is skipped unless the target rank is strictly higher. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 free
to 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.
Part of tracebloc/backend#1279.
.githubscope: reconcile cron daily→weekly (event-driven flows are primary now, D21), and drops two stale header sections (the removedRelease:-vehicle self-grant and the untrusted.kanban.ymlnote).auto-classifyalready deleted. Cross-repo remainder (docssync-docs/preview-page-coverage, frontendsmoke-nightly) tracked separately. actionlint clean.Note
Low Risk
Schedule and comment-only changes in a housekeeping workflow; reconcile logic in the job steps is untouched in this diff.
Overview
Kanban reconcile is reframed as a weekly backstop (Mondays 04:00 UTC) instead of a nightly job, with comments stating event-driven workflows are the primary path.
The workflow header is trimmed to match current behavior: removed documentation for auto-moving merged Release: PRs to Prod and for per-repo
.kanban.ymlprod-branch overrides. The numbered reconcile cases are renumbered (Cancelled and misplaced issues); drift-to-prod and the safety cap are unchanged.Reviewed by Cursor Bugbot for commit 0878a52. Bugbot is set up for automated code reviews on this repo. Configure here.