From 954a56ce0cccc3b3ac4ec4183f5fb3988e1dc6e5 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 25 Mar 2025 12:40:43 -0400 Subject: [PATCH] Update stale issue bot to run on Wednesday (#27437) 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 d8ddb679ad..a38354c317 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 7,9,11 * * 2" + - cron: "0 7,9,11 * * 3" workflow_dispatch: jobs: