From 19687df5a69081803f717236bd80205394dc1510 Mon Sep 17 00:00:00 2001 From: clragon Date: Thu, 4 Apr 2024 19:47:28 +0200 Subject: [PATCH] feat: update no response workflow --- .github/workflows/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 6b71d41d..e79ef634 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] schedule: - - cron: '30 * * * *' + - cron: '0 1 * * *' permissions: issues: write