From 76501579354fc9236ef7360b81142949938f12a1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 31 May 2025 12:50:58 +0200 Subject: [PATCH] stale only one time a day --- .github/workflows/stale-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.yml index 5d5f627..f361af3 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -2,7 +2,7 @@ name: "Mark or close stale issues and PRs" on: schedule: - - cron: "30 * * * *" + - cron: "30 0 * * *" jobs: stale: