From f614d287ea8cf8a1eef0ad5c7ba1a19ae65bbc64 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:25:40 +0000 Subject: [PATCH 1/5] Initial plan From a852e4a0adb5fef5254b1bcd36985ef702aec309 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:26:38 +0000 Subject: [PATCH 2/5] Add CODEOWNERS file Co-authored-by: luisherranz <3305402+luisherranz@users.noreply.github.com> --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f2dfaac --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS +# Each line is a file pattern followed by one or more owners. +# Order is important; the last matching pattern takes the most precedence. + +* @luisherranz From a2b5b7b8e7cb28e11c4c968d00c2507d5e18bf8a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:31:25 +0000 Subject: [PATCH 3/5] Update CODEOWNERS to only cover skills/wp-interactivity-api Co-authored-by: luisherranz <3305402+luisherranz@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f2dfaac..311a069 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # Each line is a file pattern followed by one or more owners. # Order is important; the last matching pattern takes the most precedence. -* @luisherranz +/skills/wp-interactivity-api/ @luisherranz From 383666087f09fa0fa3d01a62e183d511aeba82d1 Mon Sep 17 00:00:00 2001 From: Luis Herranz Date: Wed, 25 Feb 2026 14:55:11 +0100 Subject: [PATCH 4/5] Change ownership from luisherranz to frontend-dx --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 311a069..fa94763 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # Each line is a file pattern followed by one or more owners. # Order is important; the last matching pattern takes the most precedence. -/skills/wp-interactivity-api/ @luisherranz +/skills/wp-interactivity-api/ @WordPress/frontend-dx From ac4923879d4f483e3533285606f9e7a443beda1f Mon Sep 17 00:00:00 2001 From: Luis Herranz Date: Wed, 25 Feb 2026 14:58:04 +0100 Subject: [PATCH 5/5] Update CODEOWNERS for wp-interactivity-api --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fa94763..a01fd54 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,4 @@ # Each line is a file pattern followed by one or more owners. # Order is important; the last matching pattern takes the most precedence. -/skills/wp-interactivity-api/ @WordPress/frontend-dx +/skills/wp-interactivity-api/ @WordPress/interactivity-api