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.