Commit ee1f8f9
authored
chore(ci): add stale bot workflow for issue and PR management (kubernetes-sigs#642)
This workflow runs daily at 03:17 UTC and can be triggered manually. It:
* Uses **actions/stale\@v9** to manage inactive issues and pull requests.
* Labels issues/PRs as `stale` after **30 days of inactivity**, unless they carry the `keepalive` label.
* Issues are **never auto-closed** (only marked stale).
* PRs are **auto-closed after 60 days** of inactivity, with a notice that they can be reopened.
* Maintainers get hygiene reminders via messages when items go stale.
* Limits processing to 50 items per run and removes stale labels if activity resumes.
Signed-off-by: Jakob Möller <[email protected]>1 parent 12980e8 commit ee1f8f9
1 file changed
+54
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments