stale.yml 557 B

1234567891011121314
  1. daysUntilStale: 120
  2. daysUntilClose: 14
  3. exemptLabels:
  4. - lifecycle/keep-open
  5. - lifecycle/ready-for-merge
  6. # Label to use when marking an issue as stale
  7. staleLabel: lifecycle/stale
  8. # Comment to post when marking an issue as stale. Set to `false` to disable
  9. markComment: >
  10. This issue has been automatically marked as stale because it has not had
  11. recent activity. It will be closed after 2 weeks if no further activity occurs. Thank you
  12. for your contributions.
  13. # Comment to post when closing a stale issue. Set to `false` to disable
  14. closeComment: false