浏览代码

chore(Github Actions): all stales done

Thibault Malbranche 4 年前
父节点
当前提交
f24805d091
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/stale.yml

+ 1
- 1
.github/workflows/stale.yml 查看文件

@@ -1,7 +1,7 @@
1 1
 name: "Close stale issues and PRs"
2 2
 on:
3 3
   schedule:
4
-  - cron: "* * * * *"
4
+  - cron: "0 0 * * *"
5 5
 
6 6
 jobs:
7 7
   stale: