Commit cf33b02
authored
Configure stale bot for label-driven approach (#276)
* Configure stale bot for label-driven approach
- Only process issues with 'awaiting-reporter-response' or 'missing-details' labels
- Add exempt labels for bugs, feature requests, and issues under investigation
- Update messages to clearly indicate need for reporter response
- Set cron to run at noon Eastern (5pm UTC)
* Update stale bot timing and exempt labels
- Change close timing from 7 to 14 days
- Update message to reflect 14 day close window
- Remove bug and feature-request from exempt labels (auto-applied)
* Update stale bot messages to original copy with correct timing
* Add remove-stale-when-updated to prevent false closures
This ensures stale label is automatically removed when any update occurs, preventing issues from being closed if there's been activity.
---------
Co-authored-by: Evan Masseau <>1 parent a3a4c17 commit cf33b02
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments