summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-05-14 17:10:04 -0700
committerAnatoli Papirovski <apapirovski@mac.com>2018-05-16 09:29:28 +0400
commit8c1186dfcc39d4a5346b301467f733527b500572 (patch)
tree165b55e0df0f2ea820f3e321a13e99b96f36c561 /.github
parentdaa5921c58535e7714bae884a89015e55877063b (diff)
downloadandroid-node-v8-8c1186dfcc39d4a5346b301467f733527b500572.tar.gz
android-node-v8-8c1186dfcc39d4a5346b301467f733527b500572.tar.bz2
android-node-v8-8c1186dfcc39d4a5346b301467f733527b500572.zip
doc: reorder CODEOWNERS file
Later rules take precedence over earlier rules, so move all rules that assign ownership to TSC to the end of the file. There are likely other reorderings that we will want to consider. PR-URL: https://github.com/nodejs/node/pull/20732 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d084792ada..117da4aaba 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -74,6 +74,10 @@ android-configure @nodejs/build
*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
+
CODE_OF_CONDUCT.md @nodejs/tsc
COLLABORATOR_GUIDE.md @nodejs/tsc
CONTRIBUTING.md @nodejs/tsc
@@ -81,7 +85,3 @@ CPP_STYLE_GUIDE.md @nodejs/tsc
GOVERNANCE.md @nodejs/tsc
LICENSE @nodejs/tsc
README.md @nodejs/tsc
-
-/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