From 26617cecf11f6b0b5c43d60701a5f988dac40a00 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 14 Nov 2023 10:53:18 +0200 Subject: [PATCH] chore: change code owners of docs-util directory (#5626) The `docs-util` directory holds the necessary utility to automate documentation processes. So, the code-owners of it should be the Docs team. --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 37af502bc5..423e085510 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,6 +1,6 @@ # All files not owned by other teams must be reviewed by the core team * @medusajs/core -/docs/ @medusajs/docs +/docs-util/ @medusajs/docs /www/ @medusajs/docs /packages/admin @medusajs/ui /packages/admin-ui @medusajs/ui