From f11e7e5f89b8a123dd511d305548cfb01c8e1bc3 Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Fri, 27 May 2022 12:45:41 -0400 Subject: [PATCH] Limit my codeowners to the REST API --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2c588ae6adcc31..2cc7b0ce34bd1e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -130,7 +130,9 @@ /packages/env @noahtallen # PHP -/lib @timothybjacobs @spacedmonkey +/lib @spacedmonkey +/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 # Native