Explorar el Código

Reduce cron frequence to not spam actions

Joas Schilling hace 3 años
padre
commit
f95dd12083
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/stale.yml

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

@@ -1,7 +1,7 @@
 name: 'Close stale issues'
 on:
     schedule:
-        -   cron: '* */2 * * *'
+        -   cron: '0 0 * * *'
 
 jobs:
     stale: