From 3a6968fea897995d6141c6b3115629a1cdf6e85d Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Fri, 1 Nov 2024 10:44:03 -0300 Subject: [PATCH] task(devx): Set @iotaledger/devx as codeowners for the /examples directory --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 70594cfe32c..45652f18036 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -61,8 +61,10 @@ prettier.config.js @iotaledger/boxfish @iotaledger/tooling turbo.json @iotaledger/boxfish @iotaledger/tooling vercel.json @iotaledger/boxfish @iotaledger/tooling -# Docs are for DevEx to approve upon +# Docs and examples are for DevEx to approve upon /docs/ @iotaledger/devx +/examples/ @iotaledger/devx + # Override ownership of Boxfish Studio and the tooling team for the following files /docs/**/package.json @iotaledger/devx /docs/**/vercel.json @iotaledger/devx