From 65302bef87a86cd8321148e58cc9d528f4fe8202 Mon Sep 17 00:00:00 2001 From: Tim Conley Date: Fri, 28 Aug 2026 11:30:52 -0700 Subject: [PATCH] Make SDK sole owner of WIT files --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 07a91fabc..1b11a8dad 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,5 @@ # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax * @temporalio/server @temporalio/sdk +*.wit @temporalio/sdk api/temporal/api/sdk/* @temporalio/sdk