Skip to content

Commit 58d0232

Browse files
authored
chore: updates CODEOWNERS to be core-team (#443)
1 parent 5d359f2 commit 58d0232

1 file changed

Lines changed: 6 additions & 20 deletions

File tree

.github/CODEOWNERS

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# CODEOWNERS — required reviewers for security-sensitive paths.
2-
# Anything matching these globs requires approval from the listed owner(s)
3-
# before it can be merged when branch protection is set to require code-owner
4-
# review.
5-
#
6-
# Adjust the owners to your team handle (e.g. @TanStack/maintainers) once the
7-
# team exists. Until then, the project owner is listed as a fallback.
8-
9-
# CI/CD configuration — workflows, composite actions, dependency manifests
10-
/.github/ @tannerlinsley
11-
/.github/workflows/ @tannerlinsley
12-
/.github/CODEOWNERS @tannerlinsley
13-
/.github/renovate.json @tannerlinsley
14-
15-
# Package metadata — supply-chain sensitive (preinstall, packageManager,
16-
# overrides, scripts)
17-
/package.json @tannerlinsley
18-
/pnpm-lock.yaml @tannerlinsley
19-
/pnpm-workspace.yaml @tannerlinsley
20-
/.npmrc @tannerlinsley
1+
.github/ @TanStack/tanstack-core
2+
.nx/ @TanStack/tanstack-core
3+
nx.json @TanStack/tanstack-core
4+
.changeset/config.json @TanStack/tanstack-core
5+
scripts/ @TanStack/tanstack-core
6+
.npmrc @TanStack/tanstack-core

0 commit comments

Comments
 (0)