Przeglądaj źródła

chore(Github Actions): all stales done

Thibault Malbranche 6 lat temu
rodzic
commit
f24805d091
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      .github/workflows/stale.yml

+ 1
- 1
.github/workflows/stale.yml Wyświetl plik

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