From 51c2e46d811f7c36a8d930664ddd2f8aff952d42 Mon Sep 17 00:00:00 2001 From: duguyihou Date: Sat, 28 Sep 2024 14:47:18 +1000 Subject: [PATCH] chore: wip --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 792d585..41fae3e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -2,7 +2,7 @@ name: 'Stale bot' on: workflow_dispatch: schedule: - - cron: '0 15 * * *' + - cron: '0 0 * * *' permissions: pull-requests: write issues: write