stale.yml 1.1 KB

1234567891011121314151617181920212223
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 14
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 7
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - "status: accepted"
  8. - "status: gathering feedback"
  9. - "status: blocked"
  10. # Label to use when marking an issue as stale
  11. staleLabel: wontfix
  12. # Comment to post when marking an issue as stale. Set to `false` to disable
  13. markComment: >
  14. This issue has been automatically marked as stale because it has not had
  15. recent activity. It will be closed if no further activity occurs. NetBox
  16. is governed by a small group of core maintainers which means not all opened
  17. issues may receive direct feedback. Please see our [contributing guide](https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md).
  18. # Comment to post when closing a stale issue. Set to `false` to disable
  19. closeComment: >
  20. This issue has been automatically closed due to lack of activity. In an
  21. effort to reduce noise, please do not comment any further. Note that the
  22. core maintainers may elect to reopen this issue at a later date if deemed
  23. necessary.