From 6a666b032392a5c72b6ce723b03985691e8a6563 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 23 Mar 2023 10:04:14 -0700 Subject: [PATCH] increase stale frequency --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 327930d70..4735944f1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,8 +1,8 @@ name: Update Stale Issues on: schedule: - # Run at midnight every night - - cron: '24 1 * * *' + # Run 24 minutes past the hour 4 times a day. + - cron: '24 */6 * * *' permissions: issues: write jobs: