summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/close-issues.yml
AgeCommit message (Collapse)Author
2026-03-24Fix close-issues workflow permissionsDax Raad
- Add contents: read permission for checkout - Use github.token instead of secrets.GITHUB_TOKEN
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