chore(wip-limit): raise Code-review nudge threshold 8 → 30#59
Merged
Conversation
The reusable wip-limit-check workflow nudges new PRs when the kanban "Code review" column is over the WIP limit. The default of 8 is too low for current throughput (e.g. tracebloc-client#390 nudged at 19/8). Bump the bucket to 30. All caller repos inherit this default; none override. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 17 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
aptracebloc
approved these changes
Jun 17, 2026
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.
What
Bumps the
limitdefault in the reusablewip-limit-check.ymlworkflow from 8 → 30.Why
The workflow posts a soft "👋 Heads-up — Code review queue is at N / LIMIT" nudge when the kanban Code review column is over the WIP limit. At 8 the threshold is too low for current throughput — e.g. tracebloc-client#390 was nudged at 19 / 8. Raising the bucket to 30 means the nudge only fires above 30 in review.
Scope
Every caller (
tracebloc-client,backend,client-runtime,client,cli,docs,frontend-app,tracebloc-website,tracebloc-py-package,data-ingestors) usesuses: tracebloc/.github/.github/workflows/wip-limit-check.yml@mainwithsecrets: inheritand nolimitoverride — so this one default change applies org-wide.Base branch note
Targeting
main(notdevelop): the reusable workflow is pinned@main, anddevelopis currently 8 commits behindmainwith nothing unique — somainis the live source and the only base that makes the change take effect with a clean one-line diff.Closes #58.
🤖 Generated with Claude Code
Note
Low Risk
Single default value change in a non-blocking CI nudge workflow with no logic or secret handling changes.
Overview
Raises the default
limitinput on the reusablewip-limit-check.ymlworkflow from 8 to 30, so the kanban “Code review” queue nudge only posts when depth is above 30.Callers that rely on the default (no
limitoverride) pick up the new threshold org-wide; workflow behavior and the nudge comment logic are unchanged.Reviewed by Cursor Bugbot for commit 32462b5. Bugbot is set up for automated code reviews on this repo. Configure here.