浏览代码

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: