stale.yml 613 B

12345678910111213141516171819
  1. ---
  2. only: issues
  3. limitPerRun: 30
  4. daysUntilStale: 45
  5. daysUntilClose: 60
  6. exemptLabels:
  7. - bug
  8. - help wanted
  9. - feature request
  10. exemptProjects: true
  11. exemptMilestones: true
  12. staleLabel: stale
  13. markComment: >
  14. Currently netdata team doesn't have enough capacity to work on this issue.
  15. We will be more than glad to accept a pull request with a solution to problem described here.
  16. This issue will be closed after another 60 days of inactivity.
  17. closeComment: >
  18. This issue has been automatically closed due to extended period of inactivity.
  19. Please reopen if it is still valid. Thank you for your contributions.