From f87b87e6298f1b78d79931bf62c2158d79b3d098 Mon Sep 17 00:00:00 2001 From: Roman Geraskin Date: Mon, 21 Oct 2024 20:57:08 +0300 Subject: [PATCH] add asdf-argc to teams --- terraform/github/teams.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 9ea3265..bea4ed0 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -559,6 +559,13 @@ locals { "b1-luettje" ] } + + asdf-argc = { + description = "The people with push access to the asdf-argc repository" + maintainers = [ + "rgeraskin" + ] + } } }