stale.yml 1.1 KB

123456789101112131415161718192021
  1. # Configuration for Github probot-stale - https://github.com/probot/stale
  2. # Number of days of inactivity before an issue becomes stale
  3. daysUntilStale: 90
  4. # Number of days of inactivity before a stale issue is closed
  5. daysUntilClose: 21
  6. # Issues with these labels will never be considered stale
  7. exemptLabels:
  8. - 'Type: Feature Request'
  9. # Label to use when marking an issue as stale
  10. staleLabel: Stale
  11. # Comment to post when marking an issue as stale. Set to `false` to disable
  12. markComment: >
  13. Hi 👋 this issue has been automatically marked as `stale` 📌 because it has not had recent activity 😴.
  14. It will be closed if no further activity occurs. Thank you for your contributions ❤️.
  15. # Comment to post when closing a stale issue. Set to `false` to disable
  16. closeComment: >
  17. Hi again 👋 we would like to inform you that this issue has been automatically `closed` 🔒 because it had not recent activity during the `stale` period.
  18. We really really appreciate your contributions, and looking forward for more in the future 🎈.
  19. # Limit to only `issues` or `pulls`
  20. only: issues