浏览代码

stale bot: ignore accepted issues

Julien Laffaye 5 年之前
父节点
当前提交
6841a2daa0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/stale.yml

+ 3 - 0
.github/stale.yml

@@ -2,6 +2,9 @@
 daysUntilStale: 30
 # Number of days of inactivity before a stale issue is closed
 daysUntilClose: 14
+# Issues with these labels will never be considered stale
+exemptLabels:
+  - accepted
 # Label to use when marking an issue as stale
 staleLabel: stale
 # Comment to post when marking an issue as stale. Set to `false` to disable