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:
 on:
   workflow_dispatch:
   workflow_dispatch:
   schedule:
   schedule:
-    - cron: "0 0 * * *"
+    - cron: "0 21 * * *"
     
     
 permissions:
 permissions:
   issues: write
   issues: write
@@ -41,3 +41,4 @@ jobs:
           exempt-draft-pr: true
           exempt-draft-pr: true
           ascending: true
           ascending: true
           operations-per-run: 1000
           operations-per-run: 1000
+          exempt-issue-labels: "ignore"