-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (19 loc) · 817 Bytes
/
CODEOWNERS
File metadata and controls
25 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Owner of the CODEOWNERS
/.github/CODEOWNERS @lnhsingh
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they will be requested for review when someone opens a pull request.
* @lnhsingh @katmayb @npentrel @fjmorris
# Any file in the `/src/oss`
# and any of its subdirectories.
/src/oss/ @lnhsingh @npentrel
# Any file in the `/src/oss/python/integrations`
# and any of its subdirectories.
/src/oss/python/integrations/ @mdrxy
# Any file starting with `agent-builder` in `/src/langsmith`
# and any of its subdirectories.
/src/langsmith/agent-builder* @lnhsingh
# Any file in the `/src/langsmith`
# and any of its subdirectories.
/src/langsmith/ @katmayb @fjmorris
# security.txt in `/src/.well-known/`
/src/.well-known/security.txt @jkennedyvz