stale.yml 473 B

123456789101112131415161718
  1. ---
  2. only: issues
  3. limitPerRun: 30
  4. daysUntilStale: 30
  5. daysUntilClose: 7
  6. exemptLabels:
  7. - bug
  8. - help wanted
  9. - feature request
  10. exemptProjects: true
  11. exemptMilestones: true
  12. staleLabel: stale
  13. markComment: >
  14. This issue has been inactive for 30 days.
  15. It will be closed in one week, unless it is updated.
  16. closeComment: >
  17. This issue has been automatically closed due to extended period of inactivity.
  18. Please reopen if it is still valid. Thank you for your contributions.