From 281af8fa8d547247594b82048060a506b06c8cb6 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Fri, 17 Oct 2025 16:37:05 -0400 Subject: [PATCH] run once pe github issue to run once per day --- .github/workflows/inactive-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inactive-issue.yml b/.github/workflows/inactive-issue.yml index 5ab2ede8..ba30ced5 100644 --- a/.github/workflows/inactive-issue.yml +++ b/.github/workflows/inactive-issue.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: schedule: - - cron: "30 1 * * *" + - cron: "0 6 * * *" jobs: close-issues: