Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #131 from moj-analytical-services/AntonyBishop-pat…
Browse files Browse the repository at this point in the history
…ch-1

Add new collaborators
  • Loading branch information
AntonyBishop authored May 23, 2024
2 parents a8e60fd + 37eb920 commit 9cd0704
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions terraform/shinyGovstyle.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,95 @@ module "shinyGovstyle" {
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "Chfoster"
permission = "maintain"
name = "Charlotte Foster"
email = "[email protected]"
org = "DfE"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "Rmbielby"
permission = "maintain"
name = "Richard Bielby"
email = "[email protected]"
org = "DfE"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "jen-machin"
permission = "maintain"
name = "Jen Machin"
email = "[email protected]"
org = "DfE"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "TRENDS-Rachel-Avbulimen"
permission = "maintain"
name = "Rachel Avbulimen"
email = "[email protected]"
org = "DfT"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "OplaksaDfT"
permission = "maintain"
name = "Olena Plaksa"
email = "[email protected]"
org = "DfT"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "Jenisayshi"
permission = "maintain"
name = "Jeni Martin"
email = "[email protected]"
org = "HMRC"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "TomDougall"
permission = "maintain"
name = "Tom Dougall"
email = "[email protected]"
org = "DHSC"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "LauraLBH"
permission = "maintain"
name = "Laura Barrass"
email = "[email protected]"
org = "HMRC"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "AndyABaker"
permission = "maintain"
name = "Andy Baker"
email = "[email protected]"
org = "DHSC"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
]
}

0 comments on commit 9cd0704

Please sign in to comment.