From 41612c95b30e904b31aec6c124d7e7f51781b174 Mon Sep 17 00:00:00 2001 From: Antony Bishop <36888942+AntonyBishop@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:59:43 +0100 Subject: [PATCH] Add collaborator --- terraform/legislation-drafting-helper.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terraform/legislation-drafting-helper.tf b/terraform/legislation-drafting-helper.tf index e66217f3b..b794731f4 100644 --- a/terraform/legislation-drafting-helper.tf +++ b/terraform/legislation-drafting-helper.tf @@ -12,5 +12,15 @@ module "legislation-drafting-helper" { 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" + }, ] }