From 3de0a5ff6ba0a96176f0893c7922080eba8b7d0e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 14 May 2018 16:22:17 -0700 Subject: [PATCH] doc: improve specificity in CODEOWNERS Update CODEOWNERS entry for README.md to only apply to the top level README.md. For example, if test/common/README.md is updated, that should not be assigned to TSC automatically. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 117da4aabab07d..f8ada87a7ee879 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -84,4 +84,4 @@ CONTRIBUTING.md @nodejs/tsc CPP_STYLE_GUIDE.md @nodejs/tsc GOVERNANCE.md @nodejs/tsc LICENSE @nodejs/tsc -README.md @nodejs/tsc +/README.md @nodejs/tsc