From 53fee761a8ffebcd3b2cdbbb72184d1851c2089f Mon Sep 17 00:00:00 2001 From: Akshay Singla Date: Fri, 12 Jun 2026 06:24:11 +0000 Subject: [PATCH 1/2] OWNERS: route sandbox CLI reviews through team:eng-sandbox The eng-sandbox GitHub team now exists and is the right grain for sandbox CLI ownership going forward; individual @-mentions get stale as the team rotates. Co-authored-by: Isaac --- .github/OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/OWNERS b/.github/OWNERS index a344c8f888..39a5ce9a1d 100644 --- a/.github/OWNERS +++ b/.github/OWNERS @@ -22,8 +22,8 @@ /acceptance/apps/ team:eng-apps-devex # Sandbox -/cmd/sandbox/ @pietern @akshaysingla-db @shuochen0311 -/acceptance/cmd/sandbox/ @pietern @akshaysingla-db @shuochen0311 +/cmd/sandbox/ team:eng-sandbox +/acceptance/cmd/sandbox/ team:eng-sandbox # Auth /cmd/auth/ team:platform From 4152326666500173da925926d5dc7ab7a01ff72b Mon Sep 17 00:00:00 2001 From: Akshay Singla Date: Fri, 12 Jun 2026 06:31:01 +0000 Subject: [PATCH 2/2] OWNERTEAMS: define team:eng-sandbox roster The maintainer-approval workflow can't resolve org team membership via GITHUB_TOKEN, so the team aliases used in OWNERS need a static roster here. Mirror the current eng-sandbox GitHub team. Co-authored-by: Isaac --- .github/OWNERTEAMS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/OWNERTEAMS b/.github/OWNERTEAMS index 47cea4f8ea..59b444b49e 100644 --- a/.github/OWNERTEAMS +++ b/.github/OWNERTEAMS @@ -10,7 +10,9 @@ # bundle: https://github.com/orgs/databricks/teams/cli-maintainers # platform: https://github.com/orgs/databricks/teams/cli-platform # eng-apps-devex: https://github.com/orgs/databricks/teams/eng-apps-devex +# eng-sandbox: https://github.com/orgs/databricks/teams/eng-sandbox team:bundle @andrewnester @anton-107 @denik @janniklasrose @pietern @shreyas-goenka team:platform @simonfaltum @renaudhartert-db @hectorcast-db @parthban-db @tanmay-db @Divyansh-db @tejaskochar-db @mihaimitrea-db @chrisst @rauchy team:eng-apps-devex @fjakobs @Shridhad @atilafassina @keugenek @igrekun @pkosiec @MarioCadenas @pffigueiredo @ditadi @calvarjorge +team:eng-sandbox @pietern @shuochen0311 @akshaysingla-db