From 286dd030fcdcc62098cbf2169057d8407cca6f44 Mon Sep 17 00:00:00 2001 From: Andrew Duss Date: Wed, 23 Aug 2023 13:38:42 -0600 Subject: [PATCH] feat: added asdf dapr cli and asdf kpack Signed-off-by: Andrew Duss --- terraform/github/teams.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index a7b0821..8fe624d 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -104,6 +104,13 @@ locals { ] } + asdf-dapr-cli = { + description = "The people with push access to the asdf-dapr-cli repository" + maintainers = [ + "mindovermiles262", + ] + } + asdf-dasel = { description = "The people with push access to the asdf-dasel repository" maintainers = [ @@ -215,6 +222,13 @@ locals { ] } + asdf-kp = { + description = "The people with push access to the asdf-kp repository" + maintainers = [ + "mindovermiles262", + ] + } + asdf-ktlint = { description = "The people with push access to the asdf-ktlint repository" maintainers = [