From f511d19d525949e04dc5d74a3a3ddedab317c298 Mon Sep 17 00:00:00 2001 From: "n.pankin" Date: Wed, 5 Oct 2022 17:26:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D0=BC=20=D0=B0=D0=BB=D0=BB=D0=B5=D1=80=D1=82=20?= =?UTF-8?q?=D0=B2=20=D0=BA=D0=B0=D0=BD=D0=B0=D0=BB=20=D1=81=D0=BB=D0=B0?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B2=20=D1=81=D0=BB=D1=83=D1=87=D0=B0=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D1=81=D1=82=D1=80=D0=B5=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atf.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atf.inc.php b/atf.inc.php index adce3a9..10552df 100644 --- a/atf.inc.php +++ b/atf.inc.php @@ -840,7 +840,7 @@ class ATFPlan $resp = atf_slack_post($slack_msg, array('thread_ts' => $task->slack_thread_ts)); - if(isset($resp['ok']) && $item['error'] == ATFTask::CODE_EXCEPTION) + if(isset($resp['ok']) && $item['error'] == ATFTask::CODE_EXCEPTION || $item['error'] == ATFTask::CODE_STUCK) $this->session->tryShareToQAChannel($resp['ts'], $orig_msg); }