From 71a58b1f3ced7c9b66adb1828419bf9144707536 Mon Sep 17 00:00:00 2001 From: Anna-Karin Salander Date: Wed, 1 Jul 2026 10:29:35 -0700 Subject: [PATCH] Update CODEOWNERS to shared Python SDK and CLI team The Python SDK and CLI currently share repository ownership, so CODEOWNERS references the shared team. --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16a012ca..66407305 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -# Python SDK core team - all PRs require team review -* @boto/sync-team-aws-sdk-python +# Python SDK and CLI shared team - all PRs require team review +* @boto/sync-team-aws-python-sdk-cli-team