Commit 42be67e3fdc for woocommerce
commit 42be67e3fdc7d172359e4e3bbab5b0e8c0922ad8
Author: Darren Ethier <darren@roughsmootheng.in>
Date: Thu Aug 13 09:23:35 2026 -0400
Add monorepo team to review routing (#67692)
diff --git a/.github/project-community-pr-assigner.yml b/.github/project-community-pr-assigner.yml
index 51888f6245f..b2417ad40e6 100644
--- a/.github/project-community-pr-assigner.yml
+++ b/.github/project-community-pr-assigner.yml
@@ -6,6 +6,7 @@
# Repository infrastructure and developer tooling.
'.github/**/*':
- adimoldovan
+ - team: monorepo
'docs/**/*':
- team: developer-advocacy
@@ -14,19 +15,21 @@
- team: developer-advocacy
'tools/**/*':
- - gigitux
+ - team: monorepo
'packages/js/{create-woo-extension,dependency-extraction-webpack-plugin,eslint-plugin,internal-build,internal-js-tests}/**/*':
- - gigitux
+ - team: monorepo
'packages/js/e2e-utils-playwright/**/*':
- adimoldovan
+ - team: monorepo
'packages/php/{monorepo-plugin,remote-specs-validation}/**/*':
- - gigitux
+ - team: monorepo
'plugins/woocommerce/tests/{Tools,bin,cli,e2e,metrics,performance}/**/*':
- adimoldovan
+ - team: monorepo
# Blocks, patterns, products, inventory, search, and storefront (Woo FSE / Kirigami).
'packages/js/{block-templates,components,experimental,experimental-products-app,expression-evaluation,sanitize}/**/*':
@@ -515,8 +518,9 @@
- team: woo-fse
'plugins/woocommerce/tests/php/src/{AutoloaderTest.php,CLAUDE.md}':
- - gigitux
+ - team: monorepo
# Test harness internals are routed to the active test-infrastructure owner.
'plugins/woocommerce/tests/{legacy/framework,legacy/data,php/bin,php/framework,php/helpers}/**/*':
- adimoldovan
+ - team: monorepo
diff --git a/CODEOWNERS b/CODEOWNERS
index 820ab9fc798..2ae651f4806 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -1,12 +1,12 @@
# Monorepo CI.
-/.github/ @adimoldovan
+/.github/ @adimoldovan @woocommerce/monorepo
# Monorepo tooling folders.
-/packages/js/e2e-utils-playwright/ @adimoldovan
+/packages/js/e2e-utils-playwright/ @adimoldovan @woocommerce/monorepo
# Files in root of repository
-/changelog.txt
-/pnpm-lock.yaml
+/changelog.txt @woocommerce/monorepo
+/pnpm-lock.yaml @woocommerce/monorepo
# Docs resources, which gets published to https://developer.woocommerce.com
/docs/ @woocommerce/developer-advocacy