From f24805d091e7e37b85431cd5f9ec771cc3b09d37 Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Tue, 3 Sep 2019 01:19:58 +0200 Subject: [PATCH] chore(Github Actions): all stales done --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d600134..11ac444 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: "Close stale issues and PRs" on: schedule: - - cron: "* * * * *" + - cron: "0 0 * * *" jobs: stale: