Problem
Two pull requests have been open long enough that their value is unclear and their cost is real:
Why it matters
Stale PRs of this size accumulate conflicts against a moving dev until reviving them costs more than rewriting them. #50 in particular is 16 months old and touches 16 files, so every week it stays open makes it less likely to ever land.
They also add noise to the PR list, which makes it harder to see what is actually in flight.
Action
For each, decide and record:
- Revive — bring up to date with
dev, resolve conflicts, mark ready for review.
- Close — with a comment explaining why, and an issue capturing anything still worth doing so the intent is not lost.
Acceptance criteria
- Both PRs are either ready for review against current
dev, or closed with the reasoning recorded.
Problem
Two pull requests have been open long enough that their value is unclear and their cost is real:
CONFLICTING.Why it matters
Stale PRs of this size accumulate conflicts against a moving
devuntil reviving them costs more than rewriting them. #50 in particular is 16 months old and touches 16 files, so every week it stays open makes it less likely to ever land.They also add noise to the PR list, which makes it harder to see what is actually in flight.
Action
For each, decide and record:
dev, resolve conflicts, mark ready for review.Acceptance criteria
dev, or closed with the reasoning recorded.