Skip to content

Commit

Permalink
Merge pull request #2276 from ministryofjustice/AntonyBishop-patch-1
Browse files Browse the repository at this point in the history
Add new collaborator to moj-cjse-xhibit-portal
  • Loading branch information
AntonyBishop authored Nov 28, 2024
2 parents b09f27b + bc9d762 commit d041982
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/moj-cjse-xhibit-portal.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "moj-cjse-xhibit-portal" {
source = "./modules/repository-collaborators"
repository = "moj-cjse-xhibit-portal"
collaborators = [
{
github_user = "nickemutch"
permission = "pull"
name = "Nick Mutch"
email = "nick.mutch@q-solution.co.uk"
org = "q-solution"
reason = "The supplier has been engaged to conduct a technical deep dive and discovery on a future integration"
added_by = "dom.tomkins@digital.justice.gov.uk"
review_after = "2025-03-31"
},
]
}

0 comments on commit d041982

Please sign in to comment.