From 2288d2b84a712e86033bc13d0f8b37f1bc623ddb Mon Sep 17 00:00:00 2001 From: Victor Huang Date: Mon, 1 Apr 2024 15:06:18 -0700 Subject: [PATCH] Add cron schedule to run at 9am every Thursday (PST) --- .github/workflows/tagPriorityLow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tagPriorityLow.yml b/.github/workflows/tagPriorityLow.yml index 825e7f8a1..6ce1c7f21 100644 --- a/.github/workflows/tagPriorityLow.yml +++ b/.github/workflows/tagPriorityLow.yml @@ -2,6 +2,8 @@ name: tag low priority issues on: workflow_dispatch: + schedule: + - cron: '0 16 * * 4' permissions: issues: write