Ver código fonte

chore(Github Actions): all stales done

Thibault Malbranche 4 anos atrás
pai
commit
f24805d091
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/stale.yml

+ 1
- 1
.github/workflows/stale.yml Ver arquivo

@@ -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: