1
0

stale.yml 787 B

1234567891011121314151617181920
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 15
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 7
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - pinned
  8. - security
  9. - bug
  10. - 待处理
  11. - 已处理
  12. - 等待反馈
  13. - 问题重复
  14. # Label to use when marking an issue as stale
  15. staleLabel: 等待反馈
  16. # Comment to post when marking an issue as stale. Set to `false` to disable
  17. markComment: >
  18. 长时间未收到回复暂时关闭了此问题,若有疑问请继续回复。此消息来自于自动化 Issues 处理 Bot,若问题严重或紧急你也可以通过反馈群联系到我:590498789
  19. # Comment to post when closing a stale issue. Set to `false` to disable
  20. closeComment: false