From e9d5e49da4c6ac98bb280a63bc55e2b79fb6f607 Mon Sep 17 00:00:00 2001 From: Valorie Date: Thu, 7 May 2026 14:41:00 -0500 Subject: [PATCH 1/2] chore(codeowners): update file --- .github/CODEOWNERS | 59 ++++++---------------------------------------- 1 file changed, 7 insertions(+), 52 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 03fe5e046..9752e1310 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,64 +1,19 @@ -# This is a comment. -# Each line is a file pattern followed by one or more owners. - # Rules of code ownership # ----------------------- -# 1. Ideally all files in this repository have an owner - it is accepted that this is unlikely to happen -# 2. We avoid broad ownership rules as much as possible and prefer more granular assignments -# 3. Applications can be co-owned. If they are co-owned we should: -# 2.1 Have one ownership rule for the entire application first, pointing to all teams owning the application (1) -# 2.2 Have granular rules as good as possible to different parts of the application code, which take precedence over the broader rules (order of rules definition is important) (2) -# 4. This file is grouped by applications and/or folders not by teams -# 4.1 The order of rules within this file should match the default directory ordering +# 1. @commercetools/merchant-center-tech-leadership reviews tooling and this file +# 2. @commercetools/merchant-center-foundations-team-devs reviews all models, packages, and testing # GitHub /.github/CODEOWNERS @commercetools/merchant-center-tech-leadership # Tooling -/standalone/src/core/ @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers -/standalone/src/utils/ @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers -/generators/ @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers +/standalone/src/core/ @commercetools/merchant-center-tech-leadership +/standalone/src/utils/ @commercetools/merchant-center-tech-leadership +/generators/ @commercetools/merchant-center-tech-leadership /codegen* @commercetools/bots-team-engineers # Models -/standalone/src/models/ @commercetools/merchant-center-tech-leadership @commercetools/test-automation-engineers - -/standalone/src/models/associate-role @commercetools/customers-team-fe -/standalone/src/models/attribute-group @commercetools/pdm-team-fe -/standalone/src/models/business-unit @commercetools/customers-team-fe -/standalone/src/models/cart @commercetools/checkout-team-fe -/standalone/src/models/cart-discount @commercetools/priceless-team-fe -/standalone/src/models/category @commercetools/pdm-team-fe -/standalone/src/models/channel @commercetools/context-team-fe -/standalone/src/models/custom-view @commercetools/bots-team-engineers -/standalone/src/models/customer @commercetools/customers-team-fe -/standalone/src/models/customer-group @commercetools/customers-team-fe -/standalone/src/models/discount @commercetools/priceless-team-fe -/standalone/src/models/discounts-custom-view @commercetools/priceless-team-fe -/standalone/src/models/filter-values @commercetools/priceless-team-fe -/standalone/src/models/inventory-entry @commercetools/pdm-team-fe -/standalone/src/models/order @commercetools/checkout-team-fe -/standalone/src/models/payment @commercetools/checkout-team-fe -/standalone/src/models/product @commercetools/pdm-team-fe -/standalone/src/models/product-discount @commercetools/priceless-team-fe -/standalone/src/models/product-projection @commercetools/pdm-team-fe -/standalone/src/models/product/product-selection @commercetools/context-team-fe -/standalone/src/models/product-type @commercetools/pdm-team-fe -/standalone/src/models/project @commercetools/bots-team-engineers -/standalone/src/models/quote @commercetools/customers-team-fe -/standalone/src/models/quote-request @commercetools/customers-team-fe -/standalone/src/models/shipping-method @commercetools/checkout-team-fe -/standalone/src/models/shopping-list @commercetools/checkout-team-fe -/standalone/src/models/staged-quote @commercetools/customers-team-fe -/standalone/src/models/standalone-price @commercetools/priceless-team-fe -/standalone/src/models/store @commercetools/context-team-fe -/standalone/src/models/tax-category @commercetools/checkout-team-fe -/standalone/src/models/zone @commercetools/checkout-team-fe - -/standalone/src/models/*/change-history-* @commercetools/pangolin-team-fe -/standalone/src/models/*/sample-data-* @commercetools/craft-team-fe +/standalone/src/models/** @commercetools/merchant-center-foundations-team-devs # Sample data preset directories -**/presets/sample-data-b2c-lifestyle/ @commercetools/craft-team-fe -**/presets/sample-data-b2b/ @commercetools/craft-team-fe -**/presets/sample-data-fashion/ @commercetools/craft-team-fe +**/presets/sample-data-*/ @commercetools/merchant-center-foundations-team-devs From eb5f7b1300f5bcbcb80da50c8582daa7f3804da1 Mon Sep 17 00:00:00 2001 From: Valorie Date: Fri, 8 May 2026 10:28:22 -0500 Subject: [PATCH 2/2] chore(codeowners): update file again --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9752e1310..d45c535cc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,7 +10,7 @@ /standalone/src/core/ @commercetools/merchant-center-tech-leadership /standalone/src/utils/ @commercetools/merchant-center-tech-leadership /generators/ @commercetools/merchant-center-tech-leadership -/codegen* @commercetools/bots-team-engineers +/codegen* @commercetools/merchant-center-foundations-team-devs # Models /standalone/src/models/** @commercetools/merchant-center-foundations-team-devs