stale.yml 850 B

12345678910111213141516171819
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 28
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 14
  5. # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
  6. onlyLabels:
  7. - bug
  8. - "needs info/discussion"
  9. # Issues with these labels will never be considered stale
  10. exemptLabels: []
  11. # Label to use when marking an issue as stale
  12. staleLabel: stale
  13. # Comment to post when marking an issue as stale. Set to `false` to disable
  14. markComment: >
  15. This bug report did not receive an update in the last 4 weeks.
  16. Please take a look again and update the issue with new details,
  17. otherwise the issue will be automatically closed in 2 weeks. Thank you!
  18. # Comment to post when closing a stale issue. Set to `false` to disable
  19. closeComment: false