diff --git a/.github/workflows/inactive-issue.yml b/.github/workflows/inactive-issue.yml index 5ab2ede8..ba30ced5 100644 --- a/.github/workflows/inactive-issue.yml +++ b/.github/workflows/inactive-issue.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: schedule: - - cron: "30 1 * * *" + - cron: "0 6 * * *" jobs: close-issues: