Forráskód Böngészése

chore: edit stale config

George Cushen 3 éve
szülő
commit
83e9ee7542
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .github/workflows/stale.yml

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

@@ -1,7 +1,7 @@
 name: 'Close stale issues and PRs'
 on:
   schedule:
-    - cron: '15 19 * * *'
+    - cron: '30 1 * * *'
 
 jobs:
   stale:
@@ -27,7 +27,7 @@ jobs:
 
             This PR will automatically close soon if no further activity occurs. Thank you for your contributions.
           days-before-stale: 30
-          days-before-close: 0
+          days-before-close: 5
           stale-issue-label: stale
           stale-pr-label: stale
           exempt-issue-labels: 'keep,enhancement,bug,documentation'