Skip to content

Commit

Permalink
Merge pull request #2285 from ministryofjustice/chore/add-mp-collabor…
Browse files Browse the repository at this point in the history
…ators

Added external collaborators for Modernisation Platform `youth-justice-app-framework`
  • Loading branch information
AntonyBishop authored Dec 13, 2024
2 parents 13953ef + 3063cd2 commit 85fc351
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions terraform/modernisation-platform-environments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,55 @@ module "modernisation-platform-environments" {
added_by = "modernisation-platform@digital.justice.gov.uk"
review_after = "2025-05-01"
},
{
github_user = "gregi2n"
permission = "push"
name = "Greg Whiting"
email = "greg.whiting@necsws.com"
org = "NEC Software Solutions"
reason = "External DevOps engineer for Youth Justice App Framework on Modernisation Platform"
added_by = "david.sibley@digital.justice.gov.uk"
review_after = "2025-12-13"
},
{
github_user = "ttipler"
permission = "push"
name = "Thomas Tipler"
email = "thomas.tipler@necsws.com"
org = "NEC Software Solutions"
reason = "External DevOps engineer for Youth Justice App Framework on Modernisation Platform"
added_by = "david.sibley@digital.justice.gov.uk"
review_after = "2025-12-13"
},
{
github_user = "jasongreen-necsws"
permission = "push"
name = "Jason Green"
email = "jason.green@necsws.com"
org = "NEC Software Solutions"
reason = "External DevOps engineer for Youth Justice App Framework on Modernisation Platform"
added_by = "david.sibley@digital.justice.gov.uk"
review_after = "2025-12-13"
},
{
github_user = "davidseekins"
permission = "push"
name = "David Seekins"
email = "david.seekins@necsws.com"
org = "NEC Software Solutions"
reason = "External DevOps engineer for Youth Justice App Framework on Modernisation Platform"
added_by = "david.sibley@digital.justice.gov.uk"
review_after = "2025-12-13"
},
{
github_user = "stephenhobden"
permission = "push"
name = "Stephen Hobden"
email = "stephen.hobden@necsws.com"
org = "NEC Software Solutions"
reason = "External DevOps engineer for Youth Justice App Framework on Modernisation Platform"
added_by = "david.sibley@digital.justice.gov.uk"
review_after = "2025-12-13"
},
]
}

0 comments on commit 85fc351

Please sign in to comment.