From 6c8a20d650747de04171c5f39529d11b32a1ce0a Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 31 Aug 2024 13:33:24 -0400 Subject: [PATCH] meta: fix `contributing` codeowners PR-URL: https://github.com/nodejs/node/pull/54641 Reviewed-By: Matteo Collina Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index af67d200d5b29d..48b652a6f117a1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,7 +15,7 @@ /.github/ISSUE_TEMPLATE/* @nodejs/tsc /CODE_OF_CONDUCT.md @nodejs/tsc /CONTRIBUTING.md @nodejs/tsc -/doc/contributing/*.md @nodejs/tsc +/doc/contributing/**/* @nodejs/tsc /GOVERNANCE.md @nodejs/tsc /SECURITY.md @nodejs/tsc /LICENSE @nodejs/tsc