Explorar o código

Merge pull request #1828 from nextcloud/nickvergessen-patch-1

Reduce cron frequence to not spam actions
Joas Schilling %!s(int64=3) %!d(string=hai) anos
pai
achega
3f6ef9aed2
Modificáronse 1 ficheiros con 1 adicións e 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: