瀏覽代碼

Update stale.yml

Mikkel Hjortshøj 3 年之前
父節點
當前提交
b02e42c6dc
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/stale.yml

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

@@ -2,7 +2,7 @@ name: "Close Stale Issues & PRs"
 on:
   workflow_dispatch:
   schedule:
-    - cron: "0 0 * * *"
+    - cron: "0 21 * * *"
     
 permissions:
   issues: write
@@ -41,3 +41,4 @@ jobs:
           exempt-draft-pr: true
           ascending: true
           operations-per-run: 1000
+          exempt-issue-labels: "ignore"