From 37eb9200187e9c16f7f6f8f3f49c38c093f64b67 Mon Sep 17 00:00:00 2001 From: Antony Bishop <36888942+AntonyBishop@users.noreply.github.com> Date: Thu, 23 May 2024 17:21:07 +0100 Subject: [PATCH] Add new collaborators --- terraform/shinyGovstyle.tf | 90 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/terraform/shinyGovstyle.tf b/terraform/shinyGovstyle.tf index dc2c1c4..5bafd1a 100644 --- a/terraform/shinyGovstyle.tf +++ b/terraform/shinyGovstyle.tf @@ -22,5 +22,95 @@ module "shinyGovstyle" { added_by = "ross.wyatt@justice.gov.uk" review_after = "2024-10-29" }, + { + github_user = "Chfoster" + permission = "maintain" + name = "Charlotte Foster" + email = "Charlotte.foster@education.gov.uk" + org = "DfE" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "Rmbielby" + permission = "maintain" + name = "Richard Bielby" + email = "richard.bielby@education.gov.uk" + org = "DfE" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "jen-machin" + permission = "maintain" + name = "Jen Machin" + email = "jen.machin@education.gov.uk" + org = "DfE" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "TRENDS-Rachel-Avbulimen" + permission = "maintain" + name = "Rachel Avbulimen" + email = "Rachel.Avbulimen@dft.gov.uk" + org = "DfT" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "OplaksaDfT" + permission = "maintain" + name = "Olena Plaksa" + email = "olena.plaksa@dft.gov.uk" + org = "DfT" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "Jenisayshi" + permission = "maintain" + name = "Jeni Martin" + email = "jenimartin@outlook.com" + org = "HMRC" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "TomDougall" + permission = "maintain" + name = "Tom Dougall" + email = "Thomas.Dougall@dhsc.gov.uk" + org = "DHSC" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "LauraLBH" + permission = "maintain" + name = "Laura Barrass" + email = "barrass.laura@gmail.com" + org = "HMRC" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, + { + github_user = "AndyABaker" + permission = "maintain" + name = "Andy Baker" + email = "Andrew.Baker1@dhsc.gov.uk" + org = "DHSC" + reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group" + added_by = "ross.wyatt@justice.gov.uk" + review_after = "2024-10-29" + }, ] }