瀏覽代碼

Update .github/workflows/stale.yml

GitHub 3 年之前
父節點
當前提交
19b25813b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -20,7 +20,7 @@ jobs:
         close-issue-message: 'This issue was closed because it is missing author input.'
         stale-issue-label: 'kind/stale'
         any-of-labels: 'need/author-input'
-        exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis'
+        exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive'
         days-before-issue-stale: 6
         days-before-issue-close: 7
         enable-statistics: true