Commit 5e2d536
authored
chore (ci): add stale Action (#2302)
**Description**
This PR adds a scheduled stale-bot workflow (actions/stale@v9) that
automatically marks inactive issues and pull requests as stale and
closes them if they stay inactive.
How it works
Runs once a day at 02:00 UTC (cron schedule).
An issue or PR with no activity for 60 days is labeled Stale and a
comment is posted.
After being marked stale, there is a 7-day cooling period: commenting
(or any activity) removes the label and resets the timer; otherwise the
item is closed automatically.
**Comment posted on stale items**
Issues
```
This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.
```
Pull requests
```
This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.
```1 parent 5df4188 commit 5e2d536
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments