From 1c59a93be1cb5b4e11d5c72a5ea63e1e54f2b641 Mon Sep 17 00:00:00 2001 From: Salim Afiune Date: Mon, 1 Feb 2021 12:53:15 -0600 Subject: [PATCH] =?UTF-8?q?ci:=20send=20slack=20notifications=20to=20team?= =?UTF-8?q?=20alias=20=E2=AD=90=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Salim Afiune Maya --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5449ec..fc13853 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: slack-mentions: type: string - default: 'afiune,scottford' + default: 'S01JP5A3ACQ' only_for_branches: type: string default: 'main'