From 8399cbec4dea24a540e1831716bc8cb8aefddb21 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Thu, 18 Jun 2026 11:06:40 -0400 Subject: [PATCH 1/3] chore: add @wpengine/spcs as a code owner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 375657b8c..687ab289e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Code Owners -* @wpengine/headless-open-source +* @wpengine/headless-open-source @wpengine/spcs # jira:[18721] is where issues related to this repository should be ticketed From 345a7795166e8bf0cfac761a92dc1ba0ee230ad4 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Thu, 18 Jun 2026 11:20:25 -0400 Subject: [PATCH 2/3] fix: insert @wpengine/spcs without breaking line endings --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 687ab289e..fde597330 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Code Owners -* @wpengine/headless-open-source @wpengine/spcs +* @wpengine/headless-open-source @wpengine/spcs # jira:[18721] is where issues related to this repository should be ticketed From 6cbaae2b62e858b1e4a6c6602e6770daa35a6327 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Thu, 18 Jun 2026 11:21:17 -0400 Subject: [PATCH 3/3] fix: insert @wpengine/spcs without breaking line endings