浏览代码

exclude issue flagged with kind/feature from stale process

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 6 年之前
父节点
当前提交
cdae06a89c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/stale.yml

+ 2 - 1
.github/stale.yml

@@ -11,7 +11,8 @@ daysUntilClose: 7
 onlyLabels: []
 
 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
-exemptLabels: []
+exemptLabels:
+  - kind/feature
 
 # Set to true to ignore issues in a project (defaults to false)
 exemptProjects: false