You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add stale-bot workflow to auto-close inactive issues/PRs
- Run daily at 03:00 UTC and on manual `workflow_dispatch`
- Mark issues stale after 120 days, close after another 30 days
- Mark PRs stale after 90 days, close after another 30 days
- Exempt `keep-open`, `in-progress`, `pinned`, `security`, `enhancement` labels
- Scope to `comments` + `commits` activity so label edits do not reset the timer
- Use minimal `issues` + `pull-requests` write permissions (no `contents: write`)
- Add `concurrency` group so manual + scheduled runs do not overlap
Helps keep the issue tracker focused on active reports rather than
accumulating decade-old entries in this long-running theme repo.
0 commit comments