From d916f8e66ade2c13831e6f7b5606127ee97afd8c Mon Sep 17 00:00:00 2001 From: todoggler Date: Thu, 22 Feb 2024 19:50:55 +0900 Subject: [PATCH 1/2] Add asdf-flutter team --- terraform/github/teams.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 1bae742..01673cc 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -178,6 +178,17 @@ locals { ] } + asdf-flutter = { + description = "The people with push access to the asdf-flutter repository" + maintainers = [ + "ciccioska", + "ken-ty", + "oae", + "ugurcoskn", + + ] + } + asdf-getenvoy = { description = "The people with push access to the asdf-getenvoy repository" maintainers = [ From 732a84eeadae477dd0f72630490919fbe1f1c5d0 Mon Sep 17 00:00:00 2001 From: todoggler Date: Mon, 26 Feb 2024 10:45:10 +0900 Subject: [PATCH 2/2] chore: Remove extra whitespace --- terraform/github/teams.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/github/teams.tf b/terraform/github/teams.tf index 01673cc..d63db36 100644 --- a/terraform/github/teams.tf +++ b/terraform/github/teams.tf @@ -185,7 +185,6 @@ locals { "ken-ty", "oae", "ugurcoskn", - ] }