浏览代码

Update stale bot configuration

Consider stale just the pending issues
Roman Zabaluev 3 年之前
父节点
当前提交
576f5d5b15
共有 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: 7
+# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
+onlyLabels:
+  - 'status/pending'
 # Issues with these labels will never be considered stale
 exemptLabels:
   - 'status/on-hold'