Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-12-16 17:00:08 +0300
committerGitHub <noreply@github.com>2021-12-16 17:00:08 +0300
commit9d6168b4079492680d0355d2d32a432dd8d543f9 (patch)
tree1892b015aa31da0061b1dcbf946d2950cea42da7 /.github
parent752d75d8bccd23a21110a13a32baa880800be022 (diff)
meta: remove community-committee from CODEOWNERS
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 <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS16
1 files changed, 5 insertions, 11 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index dfc0f5a457b..f8db54704f1 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