From b9feeb63421e78c6ad3192dc82ee9a0f3d74d1eb Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 14:12:10 -0400 Subject: [PATCH] chore: add codeowner (#1165) --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..ec376708 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +.github/ @TanStack/tanstack-core +.nx/ @TanStack/tanstack-core +nx.json @TanStack/tanstack-core +.changeset/config.json @TanStack/tanstack-core +scripts/ @TanStack/tanstack-core +.npmrc @TanStack/tanstack-core \ No newline at end of file