From fa334872e26749311b3b91792e2e8f29a7d1df56 Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Thu, 14 Sep 2023 16:02:11 -0700 Subject: [PATCH] Code Owners: Add code owner for HTML API --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 22404fc7c96ebe..68326eaa23cae1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -135,6 +135,7 @@ # PHP /lib @spacedmonkey +/lib/compat/*/html-api @dmsnell /lib/experimental/rest-api.php @timothybjacobs /lib/experimental/class-wp-rest-* @timothybjacobs /lib/experimental/class-wp-rest-block-editor-settings-controller.php @timothybjacobs @spacedmonkey @geriux