From 057a09e84ca5d192b43bf1ae3aca730b960dc91d Mon Sep 17 00:00:00 2001 From: Antony Bishop <36888942+AntonyBishop@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:24:37 +0100 Subject: [PATCH] Add collaborator --- terraform/airflow-legislation-documentstore.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terraform/airflow-legislation-documentstore.tf b/terraform/airflow-legislation-documentstore.tf index 30cabbb..6b3f093 100644 --- a/terraform/airflow-legislation-documentstore.tf +++ b/terraform/airflow-legislation-documentstore.tf @@ -12,5 +12,15 @@ module "airflow-legislation-documentstore" { added_by = "chloe.pugh1@justice.gov.uk" review_after = "2025-05-29" }, + { + github_user = "olivernormand" + permission = "pull" + name = "Oliver Normand" + email = "oliver.normand@cabinetoffice.gov.uk" + org = "Cabinet Office" + reason = "We are working on a x-govt project using publicly available data." + added_by = "chloe.pugh1@justice.gov.uk" + review_after = "2025-06-12" + }, ] }