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
  • Loading branch information
mmarchini committed Aug 12, 2020
1 parent 8a8416f commit 984429a
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 984429a

Please sign in to comment.