...
1# Number of days of inactivity before an issue becomes stale
2daysUntilStale: 90
3# Number of days of inactivity before a stale issue is closed
4daysUntilClose: 14
5# Issues with these labels will never be considered stale
6exemptLabels:
7 - pinned
8 - area/security
9 - area/tls
10 - area/docs
11 - area/test
12 - good first issue
13 - benchmarking
14 - help wanted
15 - epic
16 - rfc
17 - roadmap
18# Label to use when marking an issue as stale
19staleLabel: wontfix
20# Comment to post when marking an issue as stale. Set to `false` to disable
21markComment: >
22 This issue has been automatically marked as stale because it has not had
23 recent activity. It will be closed in 14 days if no further activity occurs. Thank you
24 for your contributions.
25# Comment to post when closing a stale issue. Set to `false` to disable
26closeComment: false
View as plain text