Skip to content

Commit d62299b

Browse files
cjihrigtargos
authored andcommitted
meta: add CODEOWNERS for SQLite
PR-URL: #57147 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent e0a91f6 commit d62299b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CODEOWNERS

+8
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,11 @@
200200
/lib/url.js @nodejs/url
201201
/src/node_url.* @nodejs/url
202202
/test/fixtures/wpt/url @nodejs/url
203+
204+
# SQLite
205+
/deps/sqlite/ @nodejs/sqlite
206+
/doc/api/sqlite.md @nodejs/sqlite
207+
/src/node_sqlite.* @nodejs/sqlite
208+
/test/parallel/test-sqlite* @nodejs/sqlite
209+
/test/sqlite/ @nodejs/sqlite
210+
/tools/dep_updaters/update-sqlite.sh @nodejs/sqlite

0 commit comments

Comments
 (0)