From babcc7cf4edadd78521cf7a62618e47bc4dd0606 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Wed, 12 Apr 2023 22:08:32 +0800 Subject: [PATCH] Update github action --- .github/workflows/issue_close_inactive.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue_close_inactive.yml b/.github/workflows/issue_close_inactive.yml index 1aa79c2..039ce62 100644 --- a/.github/workflows/issue_close_inactive.yml +++ b/.github/workflows/issue_close_inactive.yml @@ -1,8 +1,8 @@ -name: Close inactive +name: "🧹 Close Inactive" on: schedule: - - cron: "0 0 */7 * *" + - cron: "0 0 * * 1" workflow_dispatch: jobs: @@ -16,6 +16,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} inactive-day: 30 exclude-labels: "enhancement,bug" - close-reason: "inactive" + 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.