From 56d7419d1dff25f617ee8ade142b131d0f2c77a2 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Thu, 5 May 2022 12:34:09 -0700 Subject: [PATCH] feat: add analytics-data and analytics-admin teams (#1063) --- src/teams.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/teams.json b/src/teams.json index 487fc1d4..5373f4ef 100644 --- a/src/teams.json +++ b/src/teams.json @@ -255,6 +255,13 @@ "repos": [ "GoogleCloudPlatform/workflows-samples" ] + }, + { + "name": "ga-devrel", + "apis": [ + "analyticsadmin", + "analyticsdata" + ] } ] }