From 2851b6189526721ccf334456411197ec5665b746 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 13 May 2026 14:06:00 -0400 Subject: [PATCH] chore: updates CODEOWNERS to be core-team --- .github/CODEOWNERS | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7fa25850..ec376708 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,20 +1,6 @@ -# CODEOWNERS — required reviewers for security-sensitive paths. -# Anything matching these globs requires approval from the listed owner(s) -# before it can be merged when branch protection is set to require code-owner -# review. -# -# Adjust the owners to your team handle (e.g. @TanStack/maintainers) once the -# team exists. Until then, the project owner is listed as a fallback. - -# CI/CD configuration — workflows, composite actions, dependency manifests -/.github/ @tannerlinsley -/.github/workflows/ @tannerlinsley -/.github/CODEOWNERS @tannerlinsley -/.github/renovate.json @tannerlinsley - -# Package metadata — supply-chain sensitive (preinstall, packageManager, -# overrides, scripts) -/package.json @tannerlinsley -/pnpm-lock.yaml @tannerlinsley -/pnpm-workspace.yaml @tannerlinsley -/.npmrc @tannerlinsley +.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