From 1dc42b7e9e875f5c3065dac0a99f7a48bd579890 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 19 Dec 2024 21:17:49 -0500 Subject: [PATCH] chore: running stale bot once a day is sufficient --- .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 f586282c..ddd85319 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,7 +3,7 @@ name: Mark stale issues and pull requests on: workflow_dispatch: schedule: - - cron: 35 * * * * + - cron: 35 0 * * * permissions: contents: read jobs: