From f6a75904cbf4979be6213034e1459ff1c397a948 Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Fri, 27 May 2022 13:51:50 -0400 Subject: [PATCH] Limit my codeowners to the REST API (#41411) --- .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