Skip to content

Commit 7d28f5b

Browse files
TrottMylesBorins
authored andcommitted
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: #20732 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent a6667d6 commit 7d28f5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/CODEOWNERS

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ android-configure @nodejs/build
7474
*s390* @nodejs/platform-s390
7575
*windows* @nodejs/platform-windows
7676

77+
/src/node_postmortem_metadata.cc @nodejs/diagnostics @nodejs/post-mortem
78+
/src/*.d @nodejs/diagnostics @nodejs/platform-smartos @nodejs/platform-freebsd @nodejs/platform-macos @nodejs/dtrace-mdb
79+
/src/node.stp @nodejs/diagnostics
80+
7781
CODE_OF_CONDUCT.md @nodejs/tsc
7882
COLLABORATOR_GUIDE.md @nodejs/tsc
7983
CONTRIBUTING.md @nodejs/tsc
8084
CPP_STYLE_GUIDE.md @nodejs/tsc
8185
GOVERNANCE.md @nodejs/tsc
8286
LICENSE @nodejs/tsc
8387
README.md @nodejs/tsc
84-
85-
/src/node_postmortem_metadata.cc @nodejs/diagnostics @nodejs/post-mortem
86-
/src/*.d @nodejs/diagnostics @nodejs/platform-smartos @nodejs/platform-freebsd @nodejs/platform-macos @nodejs/dtrace-mdb
87-
/src/node.stp @nodejs/diagnostics

0 commit comments

Comments
 (0)