meta: add nodejs/streams to CODEOWNERS

PR-URL: https://github.com/nodejs/node/pull/35411
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
pull/35460/head
Matteo Collina 2020-09-29 11:23:54 +02:00 committed by Node.js GitHub Bot
parent f215a4d885
commit 492e260578
1 changed files with 7 additions and 0 deletions

7
.github/CODEOWNERS vendored
View File

@ -24,6 +24,13 @@
/doc/guides/offboarding.md @nodejs/tsc
/doc/guides/onboarding-extras.md @nodejs/tsc
# streams
/lib/_stream* @nodejs/streams
/lib/stream.js @nodejs/streams
/lib/stream/* @nodejs/streams
/lib/internal/streams/* @nodejs/streams
# net
/deps/cares @nodejs/net