chore(ci): retire the WIP-limit nudge - #535
Merged
Merged
Conversation
The Code review WIP limit of 30 was set for a human-paced queue. The column now sits around 50 with items turning over in days, so the nudge fires on nearly every PR and carries no signal. A limit that is always exceeded is noise, not a limit. Nothing gated on this - it never blocked a merge and no required check is affected. Refs: tracebloc/backend#1405
Contributor
Author
|
/fr-pass |
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.
Summary
Removes this repo's WIP-limit caller. The org is retiring work-in-progress limits.
The check posted a soft nudge when the kanban's
Code reviewcolumn exceeded 30. That threshold was set when the column moved at a human pace. It no longer describes how this org ships —Code reviewhas been sitting around 50 with items turning over in days, so the nudge fires on essentially every new PR and carries no signal.A limit that is always exceeded is not a limit; it is noise on every PR opened.
What this does not change
Nothing gates on this — the check never blocked a merge, and no required status check is affected. Column counts remain visible on the board for anyone who wants them.
Sequencing
Callers are being removed before the reusable in
tracebloc/.github. Removing the reusable first would leave every caller referencing a workflow that no longer exists, turning a soft comment into a hard failure on every PR in the fleet.Refs: tracebloc/backend#1405
🤖 Generated with Claude Code
Note
Low Risk
CI-only removal of an optional, non-blocking check with no merge gates or runtime impact.
Overview
Removes the repo's
wip-limit-checkGitHub Actions workflow that ran on PR open/ready-for-review and delegated to the org reusable intracebloc/.github.That job only posted a soft kanban nudge when
Code reviewexceeded 30 items; it never blocked merges or affected required checks. Dropping the caller is part of retiring WIP limits org-wide before the shared reusable is removed elsewhere.Reviewed by Cursor Bugbot for commit abfc194. Bugbot is set up for automated code reviews on this repo. Configure here.