summaryrefslogtreecommitdiffhomepage
path: root/script/github/close-issues.ts
AgeCommit message (Collapse)Author
2026-04-25ci: adjust auto close issue script to use not planned instead of completed ↵Aiden Cline
(#24253)
2026-04-16fix: align stale bot message with actual 60-day threshold (#22842)Nacai
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2026-03-24Change issue close reason from not_planned to completedDax Raad
2026-03-24Process issues sequentially to avoid rate limitsDax Raad
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