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 #112 from moj-analytical-services/AntonyBishop-pat…
Browse files Browse the repository at this point in the history
…ch-1

Add collaborators for alpha-cjs-data
  • Loading branch information
AntonyBishop authored Dec 6, 2023
2 parents 339c398 + de8a7c7 commit 0993fc3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions terraform/alpha-cjs-data.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module "alpha-cjs-data" {
source = "./modules/repository-collaborators"
repository = "alpha-cjs-data"
collaborators = [
{
github_user = "lewissheppard"
permission = "push"
name = "Lewis Sheppard"
email = "[email protected]"
org = "CPS"
reason = "Collaboration on analysis of the Alpha-CJS data which links MoJ courts data to CPS data"
added_by = "[email protected]"
review_after = "2024-12-05"
},
{
github_user = "OviB9"
permission = "push"
name = "Ovidiu Brudan"
email = "[email protected]"
org = "CPS"
reason = "Collaboration on analysis of the Alpha-CJS data which links MoJ courts data to CPS data"
added_by = "[email protected]"
review_after = "2024-12-05"
},
]
}

0 comments on commit 0993fc3

Please sign in to comment.