From 5119586c0b27bbe47c06c8deeaa664a4d74e22b2 Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Tue, 11 Aug 2020 14:24:34 -0700 Subject: [PATCH] meta: add TSC as owner of governance-related docs PR-URL: https://github.com/nodejs/node/pull/34737 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Myles Borins Reviewed-By: Matteo Collina Reviewed-By: Gireesh Punathil Reviewed-By: Beth Griggs Reviewed-By: Shelley Vohr Reviewed-By: Trivikram Kamat --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 247b5c17b54805..110a13c1e2f706 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,24 @@ # 3. PRs touching any code with a codeowner must be signed off by at least one # person on the code owner team. +# tsc & commcomm + /.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 +/docs/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 # net