Explorar el Código

chore(Github Actions): stale it all

Thibault Malbranche hace 5 años
padre
commit
8e49766d94
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .github/workflows/stale.yml

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

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