1
0

stale.yml 902 B

1234567891011121314151617181920212223242526272829
  1. # Configuration for probot-stale - https://github.com/probot/stale
  2. # Number of days of inactivity before an issue or PR is considered stale
  3. daysUntilStale: 15
  4. # Number of days of inactivity before a stale issue or PR is closed
  5. daysUntilClose: 30
  6. # Issues or PRs with these labels will never be considered stale
  7. exemptLabels:
  8. - up for grabs
  9. # Label to use when marking an issue or PR as stale
  10. staleLabel: waiting
  11. # Comment to post when marking an issue or PR as stale
  12. markComment: >
  13. Hi all! This thread has not had any recent activity.
  14. Are there any updates? Thanks!
  15. # Comment to post when closing a stale issue or PR
  16. closeComment: >
  17. Hi everyone.
  18. This thread is being closed as there was no response to the previous prompt.
  19. However, please leave a comment whenever you're ready to resume,
  20. so the thread can be reopened. Thanks again!
  21. # Limit to only `issues` or `pulls`
  22. only: pulls