George Cushen 4 лет назад
Родитель
Сommit
83e9ee7542
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/stale.yml

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

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