summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-05 20:33:47 -0700
committerUjjwal Sharma <usharma1998@gmail.com>2018-06-13 12:24:23 +0530
commit483bbf097bc80924d3220bc345ea2f142cc06a7c (patch)
tree6367738a6864418c7ceb97dfaf4b48fb0d2ac7c2 /.github
parent4c166935ae2eedef10c2a604947eb7703eb15798 (diff)
downloadandroid-node-v8-483bbf097bc80924d3220bc345ea2f142cc06a7c.tar.gz
android-node-v8-483bbf097bc80924d3220bc345ea2f142cc06a7c.tar.bz2
android-node-v8-483bbf097bc80924d3220bc345ea2f142cc06a7c.zip
meta: remove CODEOWNERS
The CODEOWNERS file is not working out. It is not pinging any groups other than TSC (and more-or-less can't), and it pings TSC mostly for all the wrong things. It was a valiant effort, and possible worth revisiting at a future date when functionality is closer to what we need. But for now, let us bid it adieu. PR-URL: https://github.com/nodejs/node/pull/21161 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS88
1 files changed, 0 insertions, 88 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
deleted file mode 100644
index 18ce90bb9d..0000000000
--- a/.github/CODEOWNERS
+++ /dev/null
@@ -1,88 +0,0 @@
-# Remember: order matters. Subsequent rules will override prior rules.
-
-*addons* @nodejs/addon-api
-*assert* @nodejs/testing
-*async_hook* @nodejs/async_hooks @nodejs/diagnostics
-*async_wrap* @nodejs/async_hooks
-*buffer* @nodejs/buffer
-*child_process* @nodejs/child_process
-*cluster* @nodejs/cluster
-*crypto* @nodejs/crypto
-*eslint* @nodejs/linting
-*fs* @nodejs/fs
-*tls* @nodejs/tls @nodejs/crypto
-*dgram* @nodejs/dgram
-*domain* @nodejs/domains
-*http* @nodejs/http
-*http2* @nodejs/http2
-*https* @nodejs/http @nodejs/crypto @nodejs/tls @nodejs/http2
-*inspector* @nodejs/v8-inspector
-*net* @nodejs/streams
-*node_api* @nodejs/n-api
-*repl* @nodejs/repl
-*stream* @nodejs/streams
-*timer* @nodejs/timers
-*trace_events* @nodejs/trace-events
-*url* @nodejs/url
-*util* @nodejs/util
-*vm* @nodejs/vm
-*zlib* @nodejs/zlib
-
-*esm* @nodejs/modules
-/lib/internal/modules/esm/ @nodejs/modules
-/lib/internal/bootstrap/loaders.js @nodejs/modules
-
-/src/node.cc @nodejs/process
-/src/node_file.* @nodejs/fs
-/src/node_stat_watcher.* @nodejs/fs
-/lib/internal/bootstrap/ @nodejs/process
-/lib/internal/process/ @nodejs/process
-/test/ @nodejs/testing
-
-/deps/node-inspect @nodejs/V8-inspector
-/deps/gtest/ @nodejs/testing @nodejs/v8 @nodejs/v8-update
-/deps/icu/ @nodejs/intl
-/deps/http_parser/ @nodejs/http-parser @nodejs/http
-/deps/zlib/ @nodejs/zlib
-/deps/uv/ @nodejs/libuv
-/deps/npm/ @nodejs/npm
-/deps/v8/ @nodejs/v8 @nodejs/v8-update
-/deps/zlib @nodejs/zlib
-/deps/openssl @nodejs/crypto
-
-/benchmark/ @nodejs/performance @nodejs/benchmarking
-
-/doc/ @nodejs/documentation
-*.md @nodejs/documentation
-*.py @nodejs/python
-*.gyp @nodejs/gyp
-*.gypi @nodejs/gyp
-
-Makefile @nodejs/build
-vcbuild.bat @nodejs/build
-BUILDING.md @nodejs/build
-configure @nodejs/build
-BSDMakefile @nodejs/build
-android-configure @nodejs/build
-
-*aix* @nodejs/platform-aix
-*arm* @nodejs/platform-arm
-*freebsd* @nodejs/platform-freebsd
-*macos* @nodejs/platform-macos
-*ppc* @nodejs/platform-ppc
-*smartos* @nodejs/platform-smartos
-*s390* @nodejs/platform-s390
-*windows* @nodejs/platform-windows
-
-/src/node_postmortem_metadata.cc @nodejs/diagnostics @nodejs/post-mortem
-/src/*.d @nodejs/diagnostics @nodejs/platform-smartos @nodejs/platform-freebsd @nodejs/platform-macos @nodejs/dtrace-mdb
-/src/node.stp @nodejs/diagnostics
-
-/.github/ @nodejs/tsc
-CODE_OF_CONDUCT.md @nodejs/tsc
-COLLABORATOR_GUIDE.md @nodejs/tsc
-CONTRIBUTING.md @nodejs/tsc
-CPP_STYLE_GUIDE.md @nodejs/tsc
-GOVERNANCE.md @nodejs/tsc
-LICENSE @nodejs/tsc
-/README.md @nodejs/tsc