diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e5d6c6a0..fb858f42 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: Stale on: schedule: - - cron: '35 * * * *' + - cron: '35 9 * * *' permissions: # contents: write # only for delete-branch option