From 2911854d7d2fb8f504ad353f3f2283172b97037f Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 2 Apr 2026 12:56:40 -0400 Subject: [PATCH] chore: add team to codeowners for google-auth --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bbd453dd036e..6eae5c5f6be1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,3 +3,5 @@ # Default owner for all directories not owned by others * @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team + +/packages/google-auth/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/googleapis-auth @googleapis/aion-team