Skip to content

Commit

Permalink
Merge pull request #2177 from ministryofjustice/AntonyBishop-patch-1
Browse files Browse the repository at this point in the history
Remove expired collaborators
  • Loading branch information
AntonyBishop authored Aug 5, 2024
2 parents 867bb5d + 94e36c7 commit 83fe8dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
40 changes: 0 additions & 40 deletions terraform/cjse-test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@ module "cjse-test" {
source = "./modules/repository-collaborators"
repository = "cjse-test"
collaborators = [
{
github_user = "jbantrotu"
permission = "admin"
name = "Jagadeesh Bantrotu"
email = "jagadeesh.bantrotu@version1.com"
org = "Version 1"
reason = "Get access to xhibit-portal on Cloud Platform"
added_by = "shahzad.chaudhry@digital.justice.gov.uk"
review_after = "2024-08-01"
},
{
github_user = "raydevlinv1"
permission = "admin"
name = "Ray Devlin"
email = "ray.devlin@version1.com"
org = "Version 1"
reason = "Get access to xhibit-portal on Cloud Platform"
added_by = "shahzad.chaudhry@digital.justice.gov.uk"
review_after = "2024-08-01"
},
{
github_user = "zimboflyman"
permission = "admin"
Expand All @@ -42,25 +22,5 @@ module "cjse-test" {
added_by = "silviana.horga@digital.justice.gov.uk"
review_after = "2024-09-25"
},
{
github_user = "Klaw29"
permission = "admin"
name = "Kay Babatunde"
email = "kbabatunde@planittesting.com"
org = "Version 1"
reason = "Get access to xhibit-portal on Cloud Platform"
added_by = "shahzad.chaudhry@digital.justice.gov.uk"
review_after = "2024-08-01"
},
{
github_user = "mdestani"
permission = "admin"
name = "Mond Destani"
email = "mdestani@planittesting.com"
org = "Version 1"
reason = "Get access to xhibit-portal on Cloud Platform"
added_by = "shahzad.chaudhry@digital.justice.gov.uk"
review_after = "2024-08-01"
},
]
}
20 changes: 0 additions & 20 deletions terraform/modernisation-platform-environments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,6 @@ module "modernisation-platform-environments" {
added_by = "mark.hardy@digital.justice.gov.uk"
review_after = "2025-06-12"
},
{
github_user = "kevinb-v1-uk"
permission = "push"
name = "Kevin Brandon"
email = "kevin.brandon@version1.com"
org = "Version 1"
reason = "Get access to xhibit-portal on Modernisation Platform"
added_by = "silviana.horga@digital.justice.gov.uk"
review_after = "2024-08-01"
},
{
github_user = "britains-justice"
permission = "push"
name = "Sam Britain"
email = "sam.britain@version1.com"
org = "Version 1"
reason = "Get access to xhibit-portal on Modernisation Platform"
added_by = "silviana.horga@digital.justice.gov.uk"
review_after = "2024-08-01"
},
{
github_user = "PeteWV1"
permission = "push"
Expand Down

0 comments on commit 83fe8dd

Please sign in to comment.