From 55cd27a130b557dabdc19817ff9ed843d0b946b3 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sat, 2 Sep 2023 11:38:12 -0400 Subject: [PATCH] Try fixing #441 --- .github/{ => workflows}/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/stale.yml (97%) 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