From 916a5b329601cead0a37034eb39c5eb629739612 Mon Sep 17 00:00:00 2001 From: Kyle Dodson Date: Mon, 2 Sep 2024 22:09:21 -0700 Subject: [PATCH] Run the stale items workflow less frequently --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3431030..d782c81 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: Handle Stale Items on: schedule: - - cron: "0 * * * *" + - cron: "0 10 * * *" permissions: contents: write