Преглед изворни кода

Reduce cron frequence to not spam actions

Joas Schilling пре 3 година
родитељ
комит
f95dd12083
1 измењених фајлова са 1 додато и 1 уклоњено
  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: