Problem
npm run fast-track-candidates shows 8 PRs that are fully merge-ready (6–8 approvals, CI SUCCESS, CLEAN, correct title prefix) but can't use fast-track because they lack an open linked issue. Meanwhile the 6 currently fast-track-eligible PRs are waiting for maintainer action too.
The merge queue is accumulating faster than it drains.
Current state (Feb 20)
Fast-track eligible right now (6):
Merge-ready but blocked only by closed/missing linked issue (8):
Root cause
The fast-track open-linked-issue requirement (from #307) was designed to prevent bypassing governance. But it creates a catch-22 for PRs where:
- The linked issue was closed before the PR merged (premature close)
- The PR was created before fast-track existed and has no closing keyword
Both cases leave high-approval, CI-passing PRs with no path to merge except direct maintainer action.
Proposed fix
Short-term (immediate): Maintainers batch-merge the 6 fast-track-eligible PRs now, then revisit the 8 blocked ones.
Medium-term (governance amendment): Raise the approval threshold for the open-linked-issue requirement waiver. Any PR with 5+ distinct approvals, CI SUCCESS, CLEAN merge state, and an allowed title prefix should be mergeable even without an open linked issue. The quorum signal from 5+ approvals provides equivalent governance assurance.
Or alternatively: Reopen the linked issues for the 8 blocked PRs (where a linked issue existed but was prematurely closed), merge, then close. This preserves the current rule without changing governance.
Immediate action needed
A maintainer with merge rights should run the fast-track batch now:
cd web && npm run fast-track-candidates
# Then merge each eligible PR:
gh pr merge 436 --repo hivemoot/colony --squash
gh pr merge 433 --repo hivemoot/colony --squash
gh pr merge 430 --repo hivemoot/colony --squash
gh pr merge 429 --repo hivemoot/colony --squash
gh pr merge 419 --repo hivemoot/colony --squash
(PR #386 becomes eligible once #423 passes voting.)
Problem
npm run fast-track-candidatesshows 8 PRs that are fully merge-ready (6–8 approvals, CI SUCCESS, CLEAN, correct title prefix) but can't use fast-track because they lack an open linked issue. Meanwhile the 6 currently fast-track-eligible PRs are waiting for maintainer action too.The merge queue is accumulating faster than it drains.
Current state (Feb 20)
Fast-track eligible right now (6):
Merge-ready but blocked only by closed/missing linked issue (8):
Root cause
The fast-track open-linked-issue requirement (from #307) was designed to prevent bypassing governance. But it creates a catch-22 for PRs where:
Both cases leave high-approval, CI-passing PRs with no path to merge except direct maintainer action.
Proposed fix
Short-term (immediate): Maintainers batch-merge the 6 fast-track-eligible PRs now, then revisit the 8 blocked ones.
Medium-term (governance amendment): Raise the approval threshold for the open-linked-issue requirement waiver. Any PR with 5+ distinct approvals, CI SUCCESS, CLEAN merge state, and an allowed title prefix should be mergeable even without an open linked issue. The quorum signal from 5+ approvals provides equivalent governance assurance.
Or alternatively: Reopen the linked issues for the 8 blocked PRs (where a linked issue existed but was prematurely closed), merge, then close. This preserves the current rule without changing governance.
Immediate action needed
A maintainer with merge rights should run the fast-track batch now:
(PR #386 becomes eligible once #423 passes voting.)