瀏覽代碼

Merge pull request #9992 from glours/dont-stale-proposal-issues

exclude issues with the `kind/feature` label from stale bot process
Guillaume Lours 2 年之前
父節點
當前提交
386c3554e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/stale.yml

+ 1 - 1
.github/stale.yml

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