Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ai-govuk team slack channel names #483

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
govuk-publishing-platform
govuk-search-improvement
tech-content-interactions-on-platform-govuk
user-experience-measurement-govuk-robot-invasion
dev-notifications-ai-govuk
)

for team in ${teams[*]} ; do
./bin/seal_runner.rb $team ci
done
4 changes: 2 additions & 2 deletions .github/workflows/dependapanda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
govuk-platform-engineering
content-interactions-on-platform-govuk
navigation-and-homepage-govuk
user-experience-measurement-govuk
ai-govuk
)

for team in ${teams[*]}; do
./bin/seal_runner.rb $team dependapanda
sleep 60
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/morning_seal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ jobs:
govwifi
content-interactions-on-platform-govuk
navigation-and-homepage-govuk
user-experience-measurement-govuk
ai-govuk
)

for team in ${teams[*]}; do
./bin/seal_runner.rb $team
done

morning_quote_teams=(
fun-workstream-govuk
fun-workstream-gds-community
govuk-green-team
navigation-and-homepage-govuk
dev-platform-team
user-experience-measurement-govuk
ai-govuk
)

for team in ${morning_quote_teams[*]}; do
./bin/seal_runner.rb $team quotes
done
23 changes: 10 additions & 13 deletions config/alphagov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,21 +328,18 @@ navigation-and-homepage-govuk:
- Is your work waiting to be reviewed? Make sure to ask someone.
- Did you learn something cool recently? Share it with your fellow devs!

user-experience-measurement-govuk:
channel: '#user-experience-measurement-govuk-robot-invasion'
ai-govuk:
channel: '#dev-notifications-ai-govuk'
compact: true
<<: *common_properties
quotes:
- What do you call a failed robot invasion? A botched invasion!
- What do you call a robot who likes to row? A row-bot!
- What’s the name of a robot’s favourite restaurant? Megabytes!
- What do robot dogs do? They byte!
- Why did the robot fail its exam? They were a bit rusty!
- What is a robot's favourite music? Heavy metal!
- What do robots eat for snacks? Micro chips!
quotes_days:
- Monday
- Friday
quotes:
- Why was the chatbot always calm? Because it had a great CTRL over its emotions!
- Why do programmers prefer dark mode? Because light attracts bugs!
- Why did the AI break up with its algorithm partner? Because it couldn't find the right parameters for a meaningful relationship!
- What's a computer's favourite snack? Microchips with a side of cookies!
quotes_days:
- Monday
- Friday

proj-early-talent-assigned-learning:
channel: '#proj-early-talent-assigned-learning'
Expand Down