stale.yml 932 B

123456789101112131415161718192021
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 30
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 5
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - discussion
  8. - enhancement
  9. - bug
  10. - security
  11. - official
  12. # Label to use when marking an issue as stale
  13. staleLabel: wontfix
  14. # Comment to post when marking an issue as stale. Set to `false` to disable
  15. markComment: >
  16. This issue has been automatically marked as stale because it's inactive for a long time.
  17. It will be closed if no further activity occurs, reopen if you have further ideas.
  18. Thank you for your contributions!
  19. 由于很久没有活跃,此Issue已被自动标记为过期。之后几天仍无变化的话将会被关闭,若你有新想法则可重新打开。感谢你的贡献!
  20. # Comment to post when closing a stale issue. Set to `false` to disable
  21. closeComment: false