From 1e901780e2dc1760be9e11bd270732be71f3ee6e Mon Sep 17 00:00:00 2001 From: xiaozzzi <42293085+xiaozzzi@users.noreply.github.com> Date: Sun, 7 Jan 2024 01:29:37 +0800 Subject: [PATCH] ci: close inactive issues --- .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 dd34c60..ae7a074 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: "Close inactive issues" on: schedule: - - cron: "*/5 * * * *" + - cron: "10 15 * * *" permissions: issues: write