Commit Graph

1 Commits

Author SHA1 Message Date
Timmy
edca963e00 feat(#662): backlog cleanup script — bulk close issues with merged PRs
Some checks failed
Smoke Test / smoke (pull_request) Failing after 26s
Automates the recommendation from #662: bulk close issues whose
acceptance criteria are met and PRs are merged.

Features:
- Scans open issues for linked merged PRs
- Skips issues with assignees or active labels (epic, in-progress)
- Dry-run by default, --close to execute
- Adds closing comment for audit trail

Usage:
  python scripts/backlog_cleanup.py --dry-run
  python scripts/backlog_cleanup.py --close --limit 50

Refs #662
2026-04-14 22:56:17 -04:00