From 5835367df4961bb2d71b0700b430b11f9ad32022 Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Mon, 17 Aug 2020 10:38:51 -0700 Subject: [PATCH] meta: fix codeowners docs path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit s/docs/doc/g Signed-off-by: Mary Marchini PR-URL: https://github.com/nodejs/node/pull/34811 Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e9b30e2bc3782..0f5587af43be5d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,16 +13,16 @@ /CODE_OF_CONDUCT.md @nodejs/tsc @nodejs/community-committee /CONTRIBUTING.md @nodejs/tsc @nodejs/community-committee /LICENSE @nodejs/tsc @nodejs/community-committee -/docs/guides/contributing/code-of-conduct.md @nodejs/tsc @nodejs/community-committee +/doc/guides/contributing/code-of-conduct.md @nodejs/tsc @nodejs/community-committee # TODO(mmarchini): the bot doens't have a notion of precedence, that might # change when move the codeowners code to an Action, at which point we can # uncomment the line below -# /docs/guides/contributing/*.md @nodejs/tsc -/docs/guides/contributing/issues.md @nodejs/tsc -/docs/guides/contributing/pull-requests.md @nodejs/tsc -/docs/guides/collaborator-guide.md @nodejs/tsc -/docs/guides/offboarding.md @nodejs/tsc -/docs/guides/onboarding-extras.md @nodejs/tsc +# /doc/guides/contributing/*.md @nodejs/tsc +/doc/guides/contributing/issues.md @nodejs/tsc +/doc/guides/contributing/pull-requests.md @nodejs/tsc +/doc/guides/collaborator-guide.md @nodejs/tsc +/doc/guides/offboarding.md @nodejs/tsc +/doc/guides/onboarding-extras.md @nodejs/tsc # net