Commit d95fac0
chore: Automate closing of stale issues
This commit updates the GitHub Actions workflow to automatically manage and close stale issues that are awaiting a user response.
The workflow now performs the following actions:
- Marks issues with the "status:awaiting user response" label as stale after 7 days of inactivity.
- Posts a comment notifying that the issue will be closed if no further activity occurs.
- Closes the issue if there is no activity for an additional 2 days.
PiperOrigin-RevId: 7889464501 parent 4865b93 commit d95fac0
1 file changed
+31
-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 | + | |
0 commit comments