From 7425c7becd3dcd12962c7e2c337b32ede59318a3 Mon Sep 17 00:00:00 2001 From: Alice Lin Date: Wed, 9 Sep 2026 09:37:38 -0700 Subject: [PATCH] Add Nexus to CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96c09701..7baedaf8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,14 @@ * @tsurdilo @temporalio/sdk @antmendoza +# SDK & Nexus teams share ownership of these files +/README.md @temporalio/sdk @temporalio/nexus +/build.gradle @temporalio/sdk @temporalio/nexus + +# The Nexus team owns any folder whose name starts with "nexus" +/core/src/main/java/io/temporal/samples/nexus*/ @temporalio/nexus +/core/src/test/java/io/temporal/samples/nexus*/ @temporalio/nexus + # Below are owners for samples for modules # that are owned by teams other than the SDK team. # For each one, we add the owning team, as well as