Skip to content

Commit

Permalink
meta: fix codeowners docs path
Browse files Browse the repository at this point in the history
s/docs/doc/g
Signed-off-by: Mary Marchini <mmarchini@netflix.com>

PR-URL: #34811
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mmarchini authored and addaleax committed Sep 22, 2020
1 parent c7fc16e commit fb98e76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
/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
/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
# /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
# /doc/guides/contributing/*.md @nodejs/tsc
/doc/guides/contributing/issues.md @nodejs/tsc
/doc/guides/contributing/pull-requests.md @nodejs/tsc
/doc/guides/collaborator-guide.md @nodejs/tsc
/doc/guides/offboarding.md @nodejs/tsc
/doc/guides/onboarding-extras.md @nodejs/tsc

# net

Expand Down

0 comments on commit fb98e76

Please sign in to comment.