OWNERS: introduce team:ide for the localenv / DB Connect paths - #6187
Merged
Conversation
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.
andrewnester
approved these changes
Aug 6, 2026
rugpanov
enabled auto-merge
August 6, 2026 11:27
Collaborator
Integration test reportCommit: 64ee082
8 interesting tests: 4 RECOVERED, 4 SKIP
Top 3 slowest tests (at least 2 minutes):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Defines
team:idein.github/OWNERTEAMS—@rugpanov @rclarey @anton-107 @misha-db— and points the three localenv / DB Connect paths at it:Each of those lines previously repeated the same four handles, so a roster change meant three separate edits that could silently drift apart. Now there's one source of truth.
Ownership is unchanged — all three paths still resolve to the same four people.
No GitHub org team yet
There's no
github.com/orgs/databricks/teams/idepage, so the validator emits its non-blockingno GitHub team-page URLwarning — the same oneteam:ai-trainingalready produces. PervalidateOwnersthis is by design: "A team may legitimately predate its GitHub team page, so this never blocks a merge."The alias is fully functional standalone, which is how the existing aliases already work — neither
cli-maintainersnorcli-platform(both listed in the OWNERTEAMS header) exists as an org team today, and OWNERTEAMS is explicitly the source of truth becauseGITHUB_TOKENcan't resolve org team membership. Creating the real org team needs org-owner access; the header URL can be added later.Tests
node .github/scripts/owners.js validate→ passes (2 non-blocking warnings: the newteam:ideand the pre-existingteam:ai-training).node --test .github/scripts/owners.test.js .github/workflows/maintainer-approval.test.js→ 64/64 pass.findOwnersconfirmslibs/localenv/uv.go,cmd/environments/setup_local.goandacceptance/localenv/…all still resolve torugpanov rclarey anton-107 misha-db.Follow-up
Ownership of
/integration/cmd/environments/is intentionally not included here: that path doesn't exist onmainyet (it's added by #6155), andowners.js validateerrors on rules whose path is missing from the tree. It'll be a small follow-up PR againstmainonce #6155 lands.This pull request and its description were written by Isaac.