From 1e226a40d1bc80918619e1693eaac9ffecb33855 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:55:58 +0100 Subject: [PATCH] Add next-auth-options.ts to Foundation code owners (#24295) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added packages/features/auth/lib/next-auth-options.ts to CODEOWNERS for the Foundation team to ensure proper review and oversight of authentication configuration changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ba43ef2dc8..9fdb484f79 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,6 +23,7 @@ /packages/app-store/office365calendar/**/* @calcom/Foundation /packages/app-store/zohocalendar/**/* @calcom/Foundation /packages/embeds/**/* @calcom/Foundation +/packages/features/auth/lib/next-auth-options.ts @calcom/Foundation /packages/features/bookings/lib/**/* @calcom/Foundation /packages/lib/getAggregatedAvailability.ts @calcom/Foundation /packages/lib/getUserAvailability.ts @calcom/Foundation