From 8468edb1067978a5e490c527eb24a9890e06afe5 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Wed, 22 Jan 2025 10:21:59 +0000 Subject: [PATCH] Add govuk_chat_private repo This is a private gem for the govuk-chat repo that is used to store parts of govuk-chat that were agreed to not be suitable for open sourcing. While it's not a particularly interesting addition to the dev docs, being private, it is required for terraform handling of repo configuration. --- data/repos.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/repos.yml b/data/repos.yml index 85a6c5eaf1e..d49248d196c 100644 --- a/data/repos.yml +++ b/data/repos.yml @@ -508,6 +508,14 @@ type: Gems sentry_url: false +- repo_name: govuk_chat_private + private_repo: true + description: | + Private gem for storing code/config for GOV.UK Chat which isn't suitable + for open source. + team: "#dev-notifications-ai-govuk" + type: Gems + - repo_name: govuk_content_block_tools team: "#govuk-publishing-content-modelling-dev" type: Gems