From e174676e6643da1905a7ecfb1d3b8dbc1fbf49fc Mon Sep 17 00:00:00 2001 From: Jon Brighton Date: Mon, 31 Jul 2023 10:53:03 +0100 Subject: [PATCH] Send alerts to the haar-devs channel (#11) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f699ba2..c53810d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,12 +9,12 @@ parameters: type: string # Normally team specific alert channel e.g. hmpps_tech_alerts, syscon-alerts, dps_sed_alerts # This is to avoid a general alert dumping ground that no-one then monitors - default: hmpps_typescript_notifications + default: haar-devs releases-slack-channel: type: string # Normally dps-releases for most teams / projects - default: hmpps_typescript_notifications + default: dps-releases node-version: type: string