From 2f6ff33dd9ce5b149a2767144a847f1705fb7bc0 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 13 Aug 2024 15:33:48 -0400 Subject: [PATCH] Revert stale.yml --- .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 e5402fb1..880e5ddc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: Close stale issues and PRs on: schedule: - - cron: '35 * * * *' + - cron: '0 8 * * *' jobs: stale: