From ee6c01efbc05fe0f87c1c2662bfafec118b81ae4 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Thu, 2 Apr 2026 13:03:40 +0200 Subject: [PATCH 1/2] chore: add team-trac to CODEOWNERS Add @bigcommerce/team-trac as codeowner for all files. Co-Authored-By: Claude --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a2c300d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @bigcommerce/team-trac From c4d583cd9a4ba12e0d0f26e85f69102d5840aa37 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Thu, 2 Apr 2026 13:06:26 +0200 Subject: [PATCH 2/2] chore: add storefront-team to CODEOWNERS Add @bigcommerce/storefront-team as a co-owner alongside the existing @bigcommerce/team-trac to ensure the storefront team is notified on pull requests. Co-Authored-By: Claude --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a2c300d..9d4789d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @bigcommerce/team-trac +* @bigcommerce/storefront-team @bigcommerce/team-trac