-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (18 loc) · 875 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (18 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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