Skip to content

Commit

Permalink
Merge pull request #2259 from ministryofjustice/AntonyBishop-patch-1
Browse files Browse the repository at this point in the history
Add new collaborator
  • Loading branch information
AntonyBishop authored Nov 5, 2024
2 parents a1ef3f6 + 64e1d67 commit 1a9a285
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/pfl-parent-planner.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "pfl-parent-planner" {
source = "./modules/repository-collaborators"
repository = "pfl-parent-planner"
collaborators = [
{
github_user = "StuBamforthDWP"
permission = "push"
name = "Stuart Bamforth"
email = "stu.bamforth@guest.vivace.tech"
org = "Wyser via the Ace platform"
reason = "Prototype creation for a new service"
added_by = "Chris.Anderson1@justice.gov.uk"
review_after = "2024-12-31"
},
]
}

0 comments on commit 1a9a285

Please sign in to comment.