Skip to content

Commit

Permalink
Merge pull request #558 from alphagov/remove-psr
Browse files Browse the repository at this point in the history
Remove #govuk-platform-security-reliability-team
  • Loading branch information
AgaDufrat authored Jul 23, 2024
2 parents 53ba6fc + fae7b00 commit a974f14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions config/alphagov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/message_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a974f14

Please sign in to comment.