From 45cb7f563adea4f4bdce41629f6deac2de47732b Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Fri, 29 May 2026 09:44:56 -0700 Subject: [PATCH] Add Nexus as a codeowner to the Nexus folder --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c8a28b93..55afe6d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ * @temporalio/server @temporalio/sdk +features/nexus/ @temporalio/nexus +features/features.go @temporalio/server @temporalio/sdk @temporalio/nexus +harness/java/io/temporal/sdkfeatures/PreparedFeature.java @temporalio/server @temporalio/sdk @temporalio/nexus