You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.2 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  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: 90
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - pinned
  8. - security
  9. # Label to use when marking an issue as stale
  10. staleLabel: stale
  11. # Comment to post when marking an issue as stale. Set to `false` to disable
  12. markComment: >
  13. There has been no activity in this thread for 90 days. While we care about
  14. every issue and we’d love to see this fixed, the core team’s time is
  15. limited so we have to focus our attention on the issues that are most
  16. pressing. Therefore, we will likely not be able to get to this one.
  17. However, PRs for this issue will of course be accepted and welcome!
  18. If there is no more activity in the next 90 days, this issue will be closed
  19. automatically for housekeeping. To prevent this, simply leave a reply here.
  20. Thanks!
  21. # Comment to post when closing a stale issue. Set to `false` to disable
  22. closeComment: >
  23. This issue will be closed due to lack of activity for 6 months. If you’d
  24. like this to be reopened, just leave a comment; we do monitor them!