Gunnar Mills | 889dcc3 | 2019-03-01 17:28:42 -0600 | [diff] [blame] | 1 | # Stale bot config https://github.com/apps/stale |
| 2 | |
| 3 | # Number of days of inactivity before an issue becomes stale (6 months) |
| 4 | daysUntilStale: 183 |
| 5 | |
| 6 | # Number of days of inactivity before a stale issue is closed |
| 7 | daysUntilClose: 30 |
| 8 | |
| 9 | # Label to use when marking an issue as stale |
| 10 | staleLabel: stale |
| 11 | |
| 12 | # Comment to post when marking an issue as stale. Set to `false` to disable |
| 13 | markComment: > |
| 14 | This issue has been automatically marked as stale because no activity has |
| 15 | occurred in the last 6 months. It will be closed if no activity occurs in the |
| 16 | next 30 days. If this issue should not be closed please add a comment. |
| 17 | Thank you for your understanding and contributions. |
| 18 | |
| 19 | # Comment to post when closing a stale issue. Set to `false` to disable |
| 20 | closeComment: > |
| 21 | This issue has been closed because no activity has occurred in the last 7 |
| 22 | months. Please reopen if this issue should not have been closed. Thank you |
| 23 | for your contributions. |