summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/stale-issues.yml
AgeCommit message (Collapse)Author
2026-03-24Add close-issues script and GitHub ActionDax Raad
- Create script/github/close-issues.ts to close stale issues after 60 days - Add GitHub Action workflow to run daily at 2 AM - Remove old stale-issues workflow to avoid conflicts
2026-03-24fix: increase operations-per-run to 1000 and pin stale action to v10.2.0Dax Raad
The stale-issues workflow was hitting the default 30 operations limit, preventing it from processing all 2900+ issues/PRs. Increased to 1000 to handle the full backlog. Also pinned to exact v10.2.0 for reproducibility.
2026-01-29test: skip failing tests (#11184)Dax
2025-12-29ci: use env vars for DRY workflow config (#6395)ja
2025-12-27ci: stale issuesAiden Cline