From 62b357a60368fe4d6e02800a0556ec6ca0e63b27 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 13 Oct 2020 08:24:23 -0700 Subject: [PATCH] Change cron time Let's suggest a time that isn't so busy and matches whats in starter-workflows --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41065704..7cb4c831 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Basic: name: "Close stale issues" on: schedule: - - cron: "0 0 * * *" + - cron: "30 1 * * *" jobs: stale: @@ -71,7 +71,7 @@ Configure stale timeouts: name: "Close stale issues" on: schedule: - - cron: "0 0 * * *" + - cron: "30 1 * * *" jobs: stale: @@ -90,7 +90,7 @@ Configure labels: name: "Close stale issues" on: schedule: - - cron: "0 0 * * *" + - cron: "30 1 * * *" jobs: stale: