Skip to content

Commit fb98e76

Browse files
mmarchiniaddaleax
authored andcommitted
meta: fix codeowners docs path
s/docs/doc/g Signed-off-by: Mary Marchini <[email protected]> PR-URL: #34811 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent c7fc16e commit fb98e76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
/CODE_OF_CONDUCT.md @nodejs/tsc @nodejs/community-committee
1414
/CONTRIBUTING.md @nodejs/tsc @nodejs/community-committee
1515
/LICENSE @nodejs/tsc @nodejs/community-committee
16-
/docs/guides/contributing/code-of-conduct.md @nodejs/tsc @nodejs/community-committee
16+
/doc/guides/contributing/code-of-conduct.md @nodejs/tsc @nodejs/community-committee
1717
# TODO(mmarchini): the bot doens't have a notion of precedence, that might
1818
# change when move the codeowners code to an Action, at which point we can
1919
# uncomment the line below
20-
# /docs/guides/contributing/*.md @nodejs/tsc
21-
/docs/guides/contributing/issues.md @nodejs/tsc
22-
/docs/guides/contributing/pull-requests.md @nodejs/tsc
23-
/docs/guides/collaborator-guide.md @nodejs/tsc
24-
/docs/guides/offboarding.md @nodejs/tsc
25-
/docs/guides/onboarding-extras.md @nodejs/tsc
20+
# /doc/guides/contributing/*.md @nodejs/tsc
21+
/doc/guides/contributing/issues.md @nodejs/tsc
22+
/doc/guides/contributing/pull-requests.md @nodejs/tsc
23+
/doc/guides/collaborator-guide.md @nodejs/tsc
24+
/doc/guides/offboarding.md @nodejs/tsc
25+
/doc/guides/onboarding-extras.md @nodejs/tsc
2626

2727
# net
2828

0 commit comments

Comments
 (0)