From 674c572a2838c49736045c431a81fb7783b23b09 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Tue, 18 Mar 2025 16:34:24 -0400 Subject: [PATCH] ci: Run stalebot checks multiple times to ensure completion (#27017) Stalebot has a maximum operations-per-run which is set at 1000. As a result it may require multiple runs to successfully complete. This morning it took [three runs](https://github.com/zed-industries/zed/actions/runs/13921563707/attempts/1) so set it to run three times two hours apart to avoid hitting github API limits. Release Notes: - N/A --- .github/workflows/community_close_stale_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community_close_stale_issues.yml b/.github/workflows/community_close_stale_issues.yml index bc4873f44e..d8ddb679ad 100644 --- a/.github/workflows/community_close_stale_issues.yml +++ b/.github/workflows/community_close_stale_issues.yml @@ -1,7 +1,7 @@ name: "Close Stale Issues" on: schedule: - - cron: "0 11 * * 2" + - cron: "0 7,9,11 * * 2" workflow_dispatch: jobs: