From 0b6bdadc80fb8a08feb2a522ed7511b6497c7893 Mon Sep 17 00:00:00 2001 From: Alex Mazzeo Date: Fri, 5 Jun 2026 10:16:54 -0700 Subject: [PATCH] update codeowners to include the README, pyproject.toml and uv.lock for the nexus team --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec610bec..2a9f9799 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,10 @@ * @temporalio/sdk +# SDK & Nexus own the README, pyproject.toml, and uv.lock +/README.md @temporalio/sdk @temporalio/nexus +/pyproject.toml @temporalio/sdk @temporalio/nexus +/uv.lock @temporalio/sdk @temporalio/nexus + # The Nexus team owns any folder whose name starts or ends with "nexus", # both at the repo root and under tests/ /nexus*/ @temporalio/nexus