From 704d85d7292a2d74a47dfbc2a731965dc255da78 Mon Sep 17 00:00:00 2001 From: Grigory Panov Date: Thu, 6 Aug 2026 13:16:44 +0200 Subject: [PATCH] OWNERS: introduce team:ide for the localenv / DB Connect paths The three localenv paths each repeated the same list of four handles, so a roster change meant three edits that could silently drift apart. Define team:ide in OWNERTEAMS once and reference it from all of them. Ownership is unchanged: all three paths still resolve to @rugpanov, @rclarey, @anton-107 and @misha-db, verified with findOwners. No GitHub org team page yet, so the validator emits its non-blocking "no GitHub team-page URL" warning, same as team:ai-training. Creating the org team needs org-owner access; the alias works standalone in the meantime, which is how team:bundle and team:platform already operate. --- .github/OWNERS | 6 +++--- .github/OWNERTEAMS | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/OWNERS b/.github/OWNERS index 76bc081f0eb..9c98a05cc9e 100644 --- a/.github/OWNERS +++ b/.github/OWNERS @@ -15,9 +15,9 @@ /cmd/labs/ @alexott @asnare # Local environments / DB Connect -/libs/localenv/ @rugpanov @rclarey @anton-107 @misha-db -/cmd/environments/ @rugpanov @rclarey @anton-107 @misha-db -/acceptance/localenv/ @rugpanov @rclarey @anton-107 @misha-db +/libs/localenv/ team:ide +/cmd/environments/ team:ide +/acceptance/localenv/ team:ide # Apps /cmd/apps/ team:eng-apps-devex diff --git a/.github/OWNERTEAMS b/.github/OWNERTEAMS index 73dfc5cdc62..50df8a368ad 100644 --- a/.github/OWNERTEAMS +++ b/.github/OWNERTEAMS @@ -16,4 +16,5 @@ team:bundle @andrewnester @anton-107 @denik @janniklasrose @lennartkats-db @ 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 @anwell-db @samhuan-db +team:ide @rugpanov @rclarey @anton-107 @misha-db team:ai-training @apeforest @bfontain @lu-wang-dl @panchalhp-db @vinchenzo-db @maggiewang-db @riddhibhagwat-db @ben-hansen-db @pardis-beikzadeh-db