Browse Source

chore: edit stale config

George Cushen 3 years ago
parent
commit
83e9ee7542
1 changed files with 2 additions and 2 deletions
  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'