From 5e1f0e9f7f5822c642dd72856cfa9b5e89f8754c Mon Sep 17 00:00:00 2001
From: Ilya Fedin <fedin-ilja2010@ya.ru>
Date: Fri, 3 May 2024 05:17:05 +0400
Subject: [PATCH] Move waiting for answer action 30 minutes later than lock
 threads

---
 .github/workflows/waiting-for-answer.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/waiting-for-answer.yml b/.github/workflows/waiting-for-answer.yml
index 657c45e92..5e5ff87c9 100644
--- a/.github/workflows/waiting-for-answer.yml
+++ b/.github/workflows/waiting-for-answer.yml
@@ -4,7 +4,7 @@ on:
   issue_comment:
     types: [created]
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '30 0 * * *'
 
 jobs:
   waiting-for-answer: