From 02f5094c287be10537537cbede68fb936a730568 Mon Sep 17 00:00:00 2001 From: Justin Guerra Date: Wed, 31 Jul 2024 20:54:33 -0600 Subject: [PATCH] Run more frequently to work around rate limits --- .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 11e0fae3f8..fdd289eaea 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 1 * * *' + - cron: "*/10 5 * * *" jobs: stale: