Skip to content

Commit 564b3ff

Browse files
authored
add codeowners (#122)
1 parent 8df939f commit 564b3ff

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Owner of the CODEOWNERS
2+
/.github/CODEOWNERS @lnhsingh
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence, they will be requested for review when someone opens a pull request.
6+
* @lnhsingh
7+
8+
# Any file in the `/src/langgraph-platform`
9+
# and any of its subdirectories.
10+
/src/langgraph-platform/ @katmayb @lnhsingh
11+
12+
# Any file in the `/src/langsmith`
13+
# and any of its subdirectories.
14+
/src/langsmith/ @katmayb @lnhsingh
15+
16+
# Any file in the `/src/oss`
17+
# and any of its subdirectories.
18+
/src/oss/ @beklapko @lnhsingh
19+

0 commit comments

Comments
 (0)