mirror of https://github.com/nodejs/node.git
meta: fix codeowners docs path
s/docs/doc/g Signed-off-by: Mary Marchini <mmarchini@netflix.com> PR-URL: https://github.com/nodejs/node/pull/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>pull/34813/head
parent
c855c3e8ca
commit
5835367df4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue