stale.yml 915 B

12345678910111213141516171819202122
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 90
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 14
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - regression
  8. - security
  9. - dotnet-3.0-future
  10. - roadmap
  11. - future
  12. - feature
  13. - enhancement
  14. # Label to use when marking an issue as stale
  15. staleLabel: stale
  16. # Comment to post when marking an issue as stale. Set to `false` to disable
  17. markComment: >
  18. 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.
  19. If this issue is safe to close now please do so.
  20. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
  21. # Comment to post when closing a stale issue. Set to `false` to disable
  22. closeComment: false