From 8c7061b9b0a305c8a865791dada33b36bc1b1e7f Mon Sep 17 00:00:00 2001 From: Muhammad Zafar Date: Tue, 27 Aug 2024 17:22:31 +1000 Subject: [PATCH] Move the asdf-micronaut to asdf-community --- terraform/github/teams.tf | 7 +++++++ 1 file changed, 7 insertions(+) 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" + ] + } } }