From c08a3c4509ad40c01069a7021e3a664be54a3ff8 Mon Sep 17 00:00:00 2001 From: John L <47447266+aBurmeseDev@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:42:13 -0700 Subject: [PATCH] chore: update schedule of the workflow Update workflow to run every Monday at 4:00pm --- .github/workflows/handle-stale-discussions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/handle-stale-discussions.yml b/.github/workflows/handle-stale-discussions.yml index 0c49197808..1ee76cb404 100644 --- a/.github/workflows/handle-stale-discussions.yml +++ b/.github/workflows/handle-stale-discussions.yml @@ -1,7 +1,7 @@ name: HandleStaleDiscussions on: schedule: - - cron: '0 */4 * * *' + - cron: "0 4 * * 1" discussion_comment: types: [created]