Bläddra i källkod

chore(Github Actions): test action

Thibault Malbranche 5 år sedan
förälder
incheckning
5b66f8da01
No account linked to committer's email address
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      .github/workflows/stale.yml

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

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