This commit is contained in:
Archer
2026-01-11 16:43:49 +08:00
committed by GitHub
parent a890832e54
commit ec45fb22aa
+2
View File
@@ -18,6 +18,8 @@ jobs:
- name: Mark and Close Stale Issues (No PR Handling)
uses: actions/stale@v9
with:
operations-per-run: 10000
# 6个月≈180天,标记Issue为过时
days-before-issue-stale: 90
# 标记后7天无活动,自动关闭Issue(缓冲期,可设为0立即关闭)