From fae7b00fa27c3707755deca10fff711b0e2c0710 Mon Sep 17 00:00:00 2001 From: Aga Dufrat Date: Tue, 23 Jul 2024 10:21:28 +0100 Subject: [PATCH] Remove #govuk-platform-security-reliability-team The team merged with govuk-platform-engineering. #govuk-platform-security-reliability-team Slack channel will be archived. --- config/alphagov.yml | 22 ---------------------- lib/message_builder.rb | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) diff --git a/config/alphagov.yml b/config/alphagov.yml index 0aedf018..bfec8213 100644 --- a/config/alphagov.yml +++ b/config/alphagov.yml @@ -263,28 +263,6 @@ govuk-platform-engineering: dependapanda: true seal_prs: true -govuk-platform-security-reliability-team: - channel: '#govuk-platform-security-reliability-team' - compact: true - <<: *common_properties - afternoon_seal_quotes: true - dependapanda: true - seal_prs: true - quotes: - - When picking up a new card, ask if anyone would like to work on it with you. - - Stuck on something? Don't be afraid to ask for help or ask if anyone is free to pair. - - Have you paired at all this week? Pairing is a great way of upskilling others - let's do more of it! - - Be ready and willing to pair on work - - Slack as primary point of contact; email for things you want to remember - - Assume everyone is trying to do the right thing - - Look out for each other - - Make sure every meeting has a purpose and objective and explains who is required - - Keep stand up updates as short as possible - - Make sure anyone who wants to be involved in a decision has the opportunity to be - - Try with each bit of work to upskill others - - It's okay to spend some time understanding the thing(s) before implementing the solution - - It's OK to pick up and work on something you don't understand yet - govuk-publishing-components: channel: '#govuk-publishing-components' <<: *common_properties diff --git a/lib/message_builder.rb b/lib/message_builder.rb index 5130b864..6d0fbbdd 100644 --- a/lib/message_builder.rb +++ b/lib/message_builder.rb @@ -35,7 +35,7 @@ def alert_slack(message) { icon_emoji: ":sad-seal:", username: "Seal error", - channel: "#govuk-platform-security-reliability-team", + channel: "#govuk-platform-support", } poster = Slack::Poster.new(ENV["SLACK_WEBHOOK"].to_s, slack_options)