stale.yml 883 B

12345678910111213141516171819202122232425
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 45
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 7
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - fixme/bug
  8. - fixme/crash
  9. - fixme/regression
  10. - fixme/security
  11. - blocked
  12. - blocking-stable
  13. - needs-review
  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. This issue has been automatically marked as stale because it has not had
  19. recent activity and is not currently prioritized. It will be closed
  20. in a week if no further activity occurs :)
  21. # Comment to post when closing a stale issue. Set to `false` to disable
  22. closeComment: >
  23. If you still think this issue is relevant, please ping a maintainer or
  24. leave a comment!