stale.yml 709 B

12345678910111213141516
  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: 7
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - pinned
  8. - security
  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. 这个 Issue 由于长期不活跃,即将被自动关闭。谢谢您的评论参与。
  14. 💖 如果您在(或期望来)南京,又恰巧在看工作机会,可以把您的简历发送至 i@sh.gg
  15. # Comment to post when closing a stale issue. Set to `false` to disable
  16. closeComment: false