From 84e87f966742c96761f170b6edafd9069e2b39ab Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:33:09 +0800 Subject: [PATCH] Update github action --- .github/workflows/issue_close_inactive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_close_inactive.yml b/.github/workflows/issue_close_inactive.yml index 67ae079..dac6a05 100644 --- a/.github/workflows/issue_close_inactive.yml +++ b/.github/workflows/issue_close_inactive.yml @@ -2,7 +2,7 @@ name: Close inactive on: schedule: - - cron: "0 0 */7 * *" + - cron: "0 0 * * 1" workflow_dispatch: jobs: @@ -18,4 +18,4 @@ jobs: exclude-labels: "enhancement,bug" close-reason: "not_planned" body: | - This issue was closed due to inactive more than 30 days. You can reopen or recreate it if you think it should continue. + This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue.