From 89196a5771870dc3f9c1e83147ea088610654e5d Mon Sep 17 00:00:00 2001 From: surskitt <1909963+surskitt@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:08:34 +0100 Subject: [PATCH] add asdf-launchpad, asdf-kubectl-cnpg and asdf-kubectl-df-pv Preliminary steps to migrate the following repos to the asdf-community project: - asdf-launchpad - asdf-kubectl-cnpg - asdf-kubectl-df-pv --- terraform/github/teams.tf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 9ea3265..449a72f 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -559,6 +559,27 @@ locals { "b1-luettje" ] } + + asdf-launchpad = { + description = "The people with push access to the asdf-launchpad repository" + maintainers = [ + "surskitt" + ] + } + + asdf-kubectl-cnpg = { + description = "The people with push access to the asdf-kubectl-cnpg repository" + maintainers = [ + "surskitt" + ] + } + + asdf-kubectl-df-pv = { + description = "The people with push access to the asdf-kubectl-df-pv repository" + maintainers = [ + "surskitt" + ] + } } }