generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2179 from ministryofjustice/AntonyBishop-patch-1
Add new collaborator `djcostin`
- Loading branch information
Showing
9 changed files
with
138 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
terraform/hmpps-digital-prison-reporting-data-product-definitions-schema.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters