Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 6 additions & 20 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
Loading