From 4959d8c53469aee7c95413b0370947562ee7bbaf Mon Sep 17 00:00:00 2001 From: Evan Owen Date: Fri, 27 Dec 2024 12:33:05 -0500 Subject: [PATCH] Update teams.tf PR step 1. Adding magic project and team. --- terraform/github/teams.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 9ea3265..3a61b2d 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -310,6 +310,13 @@ locals { ] } + asdf-magic = { + description = "The people with push access to the asdf-magic repository" + maintainers = [ + "ulmentflam", + ] + } + asdf-mimirtool = { description = "The people with push access to the asdf-mimirtool repository" maintainers = [