Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Collina <hello@matteocollina.com>2020-09-29 12:23:54 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-04 12:34:39 +0300
commit492e26057851be1c38f1928a24dea14a7f99d752 (patch)
tree8efeaaa5cd838eba8c6ac8b0407b087f615a9ebe /.github
parentf215a4d8857316a8b6d857467efd737b4b218538 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0f002c3cba8..c41a2c35c1d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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