Przeglądaj źródła

Run close-stale once per day

Scott Lahteine 3 lat temu
rodzic
commit
2a9ad52ab1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      .github/workflows/close-stale.yml

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

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

Ładowanie…
Anuluj
Zapisz