diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bca9497..2b3045c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: "Close inactive issues" on: schedule: - - cron: "30 1 * * *" + - cron: "00 15 * * *" permissions: issues: write