浏览代码

Run close-stale once per day

Scott Lahteine 3 年前
父节点
当前提交
2a9ad52ab1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/close-stale.yml

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

@@ -7,7 +7,7 @@ name: "Close stale issues"
7 7
 
8 8
 on:
9 9
   schedule:
10
-  - cron: "56 * * * *"
10
+  - cron: "0 1 * * *"
11 11
 
12 12
 jobs:
13 13
   stale:

正在加载...
取消
保存