diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 9ea3265..62b586c 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -559,6 +559,13 @@ locals { "b1-luettje" ] } + + asdf-dotnet = { + description = "The people with push access to the asdf-dotnet repository" + maintainers = [ + "hensou" + ] + } } }