浏览代码

Exempt "needs investigation" from stalebot.

Jon Shier 5 年之前
父节点
当前提交
6dc5ae8efb
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      .github/stale.yml

+ 6 - 1
.github/stale.yml

@@ -6,7 +6,12 @@ daysUntilStale: 14
 # Number of days of inactivity before a stale Issue or Pull Request is closed
 daysUntilClose: 7
 
-onlyLabels: []
+# Issues or Pull Requests with these labels will never be considered stale
+ exemptLabels:		
+   - "support"		
+   - "bug"		
+   - "security"
+   - "needs investigation"
 
 # Label to use when marking as stale
 staleLabel: stale