diff --git a/terraform/github/repositories.tf b/terraform/github/repositories.tf index 0d9d72f..a70cd9f 100644 --- a/terraform/github/repositories.tf +++ b/terraform/github/repositories.tf @@ -909,6 +909,7 @@ locals { "asdf", ] teams = [ + "asdf-racket", "asdf-core", ] } diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 7872714..99fc50e 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -341,6 +341,13 @@ locals { ] } + asdf-racket = { + description = "The people with push access to the asdf-racket repository" + maintainers = [ + "nandalopes", + ] + } + asdf-scala = { description = "The people with push access to the asdf-scala repository" maintainers = [