stale.yml 795 B

123456789101112131415161718192021
  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. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - 1. developing
  8. - 2. to review
  9. - 3. to release
  10. - approved
  11. - enhancement
  12. - overview
  13. # Label to use when marking an issue as stale
  14. staleLabel: stale
  15. # Comment to post when marking an issue as stale. Set to `false` to disable
  16. markComment: >
  17. This request did not receive an update in the last 4 weeks.
  18. Please take a look again and update the issue with new details,
  19. otherwise the issue will be automatically closed in 2 weeks. Thank you!
  20. # Comment to post when closing a stale issue. Set to `false` to disable
  21. closeComment: false