From 0c715d6fe2fb18fcbdeb32a8a8315353b4cf320f Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 3 Jun 2021 15:07:11 -0400 Subject: [PATCH] Use $cron-daily for daily schedules (#923) --- .github/workflows/stale.yml | 2 +- automation/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c116b93..b34c768 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "21 4 * * *" + - cron: $cron-daily jobs: stale: diff --git a/automation/stale.yml b/automation/stale.yml index 30c3dd9..277380b 100644 --- a/automation/stale.yml +++ b/automation/stale.yml @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests on: schedule: - - cron: "30 1 * * *" + - cron: $cron-daily jobs: stale: