Parcourir la source

Update stale.yml

tteckster il y a 3 ans
Parent
commit
bae72c4b6d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/stale.yml

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

@@ -1,7 +1,7 @@
 name: Close inactive issues
 on:
   schedule:
-    - cron: "30 1 * * *"
+    - cron: "0 0 * * *"
 
 jobs:
   close-issues: