We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df939f commit 564b3ffCopy full SHA for 564b3ff
.github/CODEOWNERS
@@ -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
14
+/src/langsmith/ @katmayb @lnhsingh
15
16
+# Any file in the `/src/oss`
17
18
+/src/oss/ @beklapko @lnhsingh
19
0 commit comments