From f3dfbaf7d6665fb2978981b5fb35845a296b051e Mon Sep 17 00:00:00 2001 From: Carlos Cortizas <97907068+CarlosCortizasCT@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:31:49 +0100 Subject: [PATCH] Notify test automation engineers about changes in the repository (#717) * chore: notify qa engineers about changes in the repository * chore: include generators folder in the codeowners file * chore: restore removed config --- .github/CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f4422f37c..fbd494b13 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,11 +15,12 @@ /.github/CODEOWNERS @commercetools/merchant-center-tech-leadership # Tooling -/core/ @commercetools/merchant-center-tech-leadership +/core/ @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers +/generators/ @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers /codegen* @commercetools/shield-team-fe # Models -/models @commercetools/merchant-center-tech-leadership +/models @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers /models/associate-role @commercetools/customers-team-fe /models/attribute-group @commercetools/pacman-team-fe