From 34b3e9aa872c108cbe150215bfbc7dd941f1652a Mon Sep 17 00:00:00 2001 From: Jonathan Nichols Date: Mon, 14 Oct 2024 15:14:22 +0100 Subject: [PATCH 1/2] Remove defunct teams --- config/alphagov.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/alphagov.yml b/config/alphagov.yml index 7bcee960..be6bfc9b 100644 --- a/config/alphagov.yml +++ b/config/alphagov.yml @@ -48,18 +48,10 @@ govuk-patterns-and-pages: dependapanda: true seal_prs: true -data-infrastructure: - channel: '#data-infrastructure' - <<: *common_properties - data-insights: channel: '#data-insights' <<: *common_properties -data-products: - channel: '#data-products' - <<: *common_properties - di-authentication: channel: '#di-authentication-notifications' <<: *common_properties From 7f4d6e6f511299e9559e8465c999d026727bbb3b Mon Sep 17 00:00:00 2001 From: Jonathan Nichols Date: Mon, 14 Oct 2024 15:09:39 +0100 Subject: [PATCH 2/2] Change data teams channel Fix Slack channel name and turn on dependapanda --- config/alphagov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/alphagov.yml b/config/alphagov.yml index be6bfc9b..e362b7f8 100644 --- a/config/alphagov.yml +++ b/config/alphagov.yml @@ -48,9 +48,10 @@ govuk-patterns-and-pages: dependapanda: true seal_prs: true -data-insights: - channel: '#data-insights' +data-engineering: + channel: '#data-engineering' <<: *common_properties + dependapanda: true di-authentication: channel: '#di-authentication-notifications'