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 #139 from moj-analytical-services/AntonyBishop-pat…
Browse files Browse the repository at this point in the history
…ch-1

Add new collaborator
  • Loading branch information
AntonyBishop authored Jun 11, 2024
2 parents 7870692 + dc74934 commit 7c31b97
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions terraform/airflow-cjs-dashboard-data.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "airflow-cjs-dashboard-data" {
source = "./modules/repository-collaborators"
repository = "airflow-cjs-dashboard-data"
collaborators = [
{
github_user = "HayleyBird-CPS"
permission = "pull"
name = "Hayley Bird"
email = "[email protected]"
org = "CPS"
reason = "To be able to view our data validation code so that they can validate their own data rather than rely on our team to do this."
added_by = "[email protected]"
review_after = "2024-12-07"
},
]
}

0 comments on commit 7c31b97

Please sign in to comment.