From bb1f3bb0b8631ace1bb0cfe9f8975c4bf71c8f06 Mon Sep 17 00:00:00 2001 From: Kayla Ngan Date: Thu, 29 Aug 2019 14:52:56 -0400 Subject: [PATCH] Run daily not hourly --- automation/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/stale.yml b/automation/stale.yml index e354b50..688fb4d 100644 --- a/automation/stale.yml +++ b/automation/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "0 * * * *" + - cron: "0 0 * * *" jobs: stale: