From 4fda10d04577d8ecff4efa19110b7f053e95ae22 Mon Sep 17 00:00:00 2001 From: Grigory Panov Date: Mon, 20 Jul 2026 17:04:30 +0200 Subject: [PATCH] Add localenv/environments path owners *Why:* PRs touching `libs/localenv/`, `cmd/environments/`, and `acceptance/localenv/` currently fall through to the `*` rule and require a global maintainer's approval, even though these areas have dedicated owners. This blocks review turnaround on DB Connect / local-environment work. *What:* Add an OWNERS section granting per-path ownership of those three directories to @rugpanov, @rclarey, @anton-107, and @misha-db, so any of them can satisfy the `maintainer-approval` gate for changes in those areas. *Verification:* `node .github/scripts/owners.js validate` passes (all three paths exist; each rule resolves to 4 owners) and `node --test .github/scripts/owners.test.js .github/workflows/maintainer-approval.test.js` passes (64/64). Co-authored-by: Isaac --- .github/OWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/OWNERS b/.github/OWNERS index dab66d8c9c..76bc081f0e 100644 --- a/.github/OWNERS +++ b/.github/OWNERS @@ -14,6 +14,11 @@ # Labs /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 + # Apps /cmd/apps/ team:eng-apps-devex /cmd/workspace/apps/ team:eng-apps-devex