Commit 1601124
authored
chore: add stale workflow to manage inactive issues/PRs (#18)
Add a GitHub Actions workflow, 'stale.yml', to automatically manage
stale issues and pull requests. This workflow marks issues and PRs as
stale after 30 days of inactivity and closes them if no action is taken
within an additional 5 days. This change helps maintain repository
hygiene by reducing the number of inactive issues and PRs. Exempt labels
include 'enhancement' and 'bug'.1 parent a8d0f51 commit 1601124
1 file changed
+29
-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 | + | |
0 commit comments