瀏覽代碼

chore(Github Actions): test action

Thibault Malbranche 6 年之前
父節點
當前提交
5b66f8da01
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      .github/workflows/stale.yml

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

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