From 6eced537f4869a1fa27ca98bda2ad28aa148fb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 15 Dec 2024 02:45:39 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E7=BC=A9=E7=9F=AD=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-auto-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-auto-close.yml b/.github/workflows/issue-auto-close.yml index 9470919b..6f7472d5 100644 --- a/.github/workflows/issue-auto-close.yml +++ b/.github/workflows/issue-auto-close.yml @@ -1,7 +1,7 @@ name: Issue Auto Lock on: schedule: - - cron: "0 */6 * * *" + - cron: "*/5 * * * *" workflow_dispatch: issues: types: [ opened ]