Skip to content

Commit

Permalink
Merge pull request #2179 from ministryofjustice/AntonyBishop-patch-1
Browse files Browse the repository at this point in the history
Add new collaborator `djcostin`
  • Loading branch information
AntonyBishop authored Aug 8, 2024
2 parents 364ae22 + 9dc502d commit 2f44aea
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-digital-prison-reporting-data-product-definitions-schema" {
source = "./modules/repository-collaborators"
repository = "hmpps-digital-prison-reporting-data-product-definitions-schema"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-digital-prison-reporting-frontend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-digital-prison-reporting-frontend" {
source = "./modules/repository-collaborators"
repository = "hmpps-digital-prison-reporting-frontend"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-digital-prison-reporting-lib.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-digital-prison-reporting-lib" {
source = "./modules/repository-collaborators"
repository = "hmpps-digital-prison-reporting-lib"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-digital-prison-reporting-mi-ui.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-digital-prison-reporting-mi-ui" {
source = "./modules/repository-collaborators"
repository = "hmpps-digital-prison-reporting-mi-ui"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-digital-prison-reporting-mi.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-digital-prison-reporting-mi" {
source = "./modules/repository-collaborators"
repository = "hmpps-digital-prison-reporting-mi"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-dpr-data-product-definitions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-dpr-data-product-definitions" {
source = "./modules/repository-collaborators"
repository = "hmpps-dpr-data-product-definitions"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-dpr-tools-api.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-dpr-tools-api" {
source = "./modules/repository-collaborators"
repository = "hmpps-dpr-tools-api"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
16 changes: 16 additions & 0 deletions terraform/hmpps-dpr-tools-ui.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "hmpps-dpr-tools-ui" {
source = "./modules/repository-collaborators"
repository = "hmpps-dpr-tools-ui"
collaborators = [
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}
10 changes: 10 additions & 0 deletions terraform/modernisation-platform-environments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,15 @@ module "modernisation-platform-environments" {
added_by = "edward.proctor@digital.justice.gov.uk"
review_after = "2024-12-14"
},
{
github_user = "djcostin"
permission = "push"
name = "Daniel Costin"
email = "daniel.costin@digital.justice.gov.uk"
org = "Modular Data"
reason = "Onboarding of new full stack developer, needs access for day to day work."
added_by = "mark.mckeown@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}

0 comments on commit 2f44aea

Please sign in to comment.