From 6da7909797716c288ca099f29ac093520ba4f9e3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 16 Dec 2021 06:00:08 -0800 Subject: [PATCH] meta: remove community-committee from CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Files previously managed by TSC + CommComm are now managed by TSC. PR-URL: https://github.com/nodejs/node/pull/41169 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Tierney Cyren Reviewed-By: Michael Dawson --- .github/CODEOWNERS | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dfc0f5a457bc69..f8db54704f1d28 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,21 +5,15 @@ # 3. PRs touching any code with a codeowner must be signed off by at least one # person on the code owner team. -# tsc & commcomm +# tsc /.github/CODEOWNERS @nodejs/tsc /GOVERNANCE.md @nodejs/tsc /onboarding.md @nodejs/tsc -/CODE_OF_CONDUCT.md @nodejs/tsc @nodejs/community-committee -/CONTRIBUTING.md @nodejs/tsc @nodejs/community-committee -/LICENSE @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 -# /doc/guides/contributing/*.md @nodejs/tsc -/doc/guides/contributing/issues.md @nodejs/tsc -/doc/guides/contributing/pull-requests.md @nodejs/tsc +/CODE_OF_CONDUCT.md @nodejs/tsc +/CONTRIBUTING.md @nodejs/tsc +/LICENSE @nodejs/tsc +/doc/guides/contributing/*.md @nodejs/tsc /doc/guides/collaborator-guide.md @nodejs/tsc /doc/guides/offboarding.md @nodejs/tsc