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