Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
meta: add TSC as owner of governance-related docs
  • Loading branch information
mmarchini committed Aug 12, 2020
commit 984429a38bf34322e9220c759c155ddedceb7845
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
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