Skip to content

Commit

Permalink
meta: add TSC as owner of governance-related docs
Browse files Browse the repository at this point in the history
PR-URL: #34737
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
mmarchini authored and nodejs-github-bot committed Aug 14, 2020
1 parent c2771dc commit 5f78dea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f78dea

Please sign in to comment.