-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathOWNERS
More file actions
35 lines (27 loc) Β· 1.07 KB
/
OWNERS
File metadata and controls
35 lines (27 loc) Β· 1.07 KB
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
26
27
28
29
30
31
32
33
34
35
# Doc ownership β used by the pr-welcome-comment workflow to tell
# PR authors who to request review from. Uses CODEOWNERS syntax
# (last matching rule wins).
#
# This file intentionally is NOT named CODEOWNERS so that GitHub
# does not auto-request reviewers.
# Owner of this file
/.github/OWNERS @lnhsingh
# Default owners for everything in the repo.
* @lnhsingh @katmayb @npentrel @fjmorris
# Any file in the `/src/oss`
# and any of its subdirectories.
/src/oss/ @npentrel @lnhsingh
# Any file in the `/src/oss/python/integrations`
# and any of its subdirectories.
/src/oss/python/integrations/ @mdrxy
# Any file in `/src/oss/deepagents/cli/`
# (must come after the general /src/oss/ rule β last match wins).
/src/oss/deepagents/cli/ @mdrxy @npentrel
# Any file in the `/src/langsmith`
# and any of its subdirectories.
/src/langsmith/ @katmayb @fjmorris
# Any file in `/src/langsmith/fleet/`
# (must come after the general /src/langsmith/ rule β last match wins).
/src/langsmith/fleet/ @lnhsingh
# security.txt in `/src/.well-known/`
/src/.well-known/security.txt @jkennedyvz