stale.yml 831 B

123456789101112131415161718192021222324252627282930313233
  1. # We wait 1 months to check
  2. daysUntilStale: 30
  3. # If no answer after two weeks, we close
  4. daysUntilClose: 14
  5. # Only issues that requires info from the op
  6. onlyLabels:
  7. - "needs info"
  8. # Only if issues that are not triaged
  9. exemptLabels:
  10. - "1. to develop"
  11. - "2. developing"
  12. - "3. to review"
  13. - "4. to release"
  14. - security
  15. # Label to use when marking as stale
  16. staleLabel: stale
  17. # Comment to post when marking as stale. Set to `false` to disable
  18. markComment: >
  19. This issue has been automatically marked as stale because it has not had
  20. recent activity and seems to be missing some essential information.
  21. It will be closed if no further activity occurs. Thank you
  22. for your contributions.
  23. # Limit the number of actions per hour, from 1-30. Default is 30
  24. limitPerRun: 30
  25. # Limit to only `issues` or `pulls`
  26. only: issues