diff --git a/.github/stale.yml b/.github/workflows/stale.yml similarity index 97% rename from .github/stale.yml rename to .github/workflows/stale.yml index 4bd46ae..630c144 100644 --- a/.github/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '30 1 * * *' + - cron: '0 0 * * *' permissions: contents: write # only for delete-branch option