Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #122 from moj-analytical-services/AntonyBishop-pat…
Browse files Browse the repository at this point in the history
…ch-1

Add Collaborators to shinyGovstyle
  • Loading branch information
AntonyBishop authored Apr 29, 2024
2 parents 257583b + 1b41264 commit 7ebde92
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions terraform/shinyGovstyle.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module "shinyGovstyle" {
source = "./modules/repository-collaborators"
repository = "shinyGovstyle"
collaborators = [
{
github_user = "sarahmwong"
permission = "maintain"
name = "Sarah Wong"
email = "[email protected]"
org = "HMRC"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
{
github_user = "cjrace"
permission = "maintain"
name = "Cameron Race"
email = "[email protected]"
org = "DfE"
reason = "A x-gov open sourced package that needs some help maintaining the repo from the working group"
added_by = "[email protected]"
review_after = "2024-10-29"
},
]
}

0 comments on commit 7ebde92

Please sign in to comment.