From 5064ce7caea748efbda52bae23b6e62ca3269827 Mon Sep 17 00:00:00 2001 From: LanikSJ Date: Fri, 30 Aug 2024 21:22:47 -0700 Subject: [PATCH] Update Lock Threads GitHub Action (#219) --- .github/workflows/lock-threads.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index c4bd662..142d459 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -7,8 +7,8 @@ on: branches-ignore: - dependabot/** schedule: - # Once every day at 1am UTC - - cron: "0 1 * * *" + # Once every month on 8th day at 11:15 UTC + - cron: "15 11 8 * *" issue_comment: permissions: