stale.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Probot Stale configuration file
  2. # Number of days of inactivity before an issue becomes stale
  3. # 600 is approximately 1 year and 8 months
  4. daysUntilStale: 90
  5. # Number of days of inactivity before a stale issue is closed
  6. daysUntilClose: false
  7. # Issues with these labels will never be considered stale
  8. exemptLabels:
  9. - Confirmed
  10. - Release Blocker
  11. - Critical
  12. - P1
  13. - P2
  14. - Bug
  15. - Feature
  16. - Test Failure
  17. -ZD
  18. # Label to use when marking an issue as stale
  19. staleLabel: stale
  20. # Comment to post when marking an issue as stale. Set to `false` to disable
  21. markComment: |
  22. This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
  23. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
  24. # Comment to post when removing the stale label. Set to `false` to disable
  25. unmarkComment: |
  26. Thank you for updating this issue. It is no longer marked as stale.
  27. # Comment to post when closing a stale issue. Set to `false` to disable
  28. closeComment: false
  29. # Limit to only `issues` or `pulls`
  30. only: issues