From b4362decc974f2a7acd2bb15fcafafb1cf0c710f Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 8 Jun 2020 08:30:24 -0700 Subject: [PATCH] Change the cron for stale Let's move the recommended stale cron tab away from 00:00 UTC --- automation/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/stale.yml b/automation/stale.yml index 7bbc050..3404517 100644 --- a/automation/stale.yml +++ b/automation/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "0 0 * * *" + - cron: "30 1 * * *" jobs: stale: