2019-07-20 23:07:39 +00:00
# Number of days of inactivity before an issue becomes stale
2019-08-06 16:59:45 +00:00
daysUntilStale : 90
2019-07-20 23:07:39 +00:00
# Number of days of inactivity before a stale issue is closed
2019-08-06 16:59:45 +00:00
daysUntilClose : 14
2019-07-20 23:07:39 +00:00
# Issues with these labels will never be considered stale
exemptLabels :
- regression
- security
- dotnet-3.0-future
- roadmap
- future
2019-07-29 17:42:38 +00:00
- feature
- enhancement
2019-07-20 23:07:39 +00:00
# Label to use when marking an issue as stale
staleLabel : stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment : >
2019-08-06 16:59:45 +00:00
Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity.
2019-07-29 17:42:38 +00:00
If this issue is safe to close now please do so.
2019-10-04 19:07:59 +00:00
If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
2019-07-20 23:07:39 +00:00
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment : false