From 7d28f5bb1bfef01c7994f29f04548ccc1a4db36b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 14 May 2018 17:10:04 -0700 Subject: [PATCH] doc: reorder CODEOWNERS file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig Reviewed-By: Daniel Bevenius Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d084792ada094e..117da4aabab07d 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