From 5b3b3aba47049e025464d4942a3e3d742c7513cf Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Mon, 29 Apr 2019 13:38:09 -0400 Subject: [PATCH] Framework: Add REST API codeowners (#15215) --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 54fb3fe50416f..9fe873dbb50e5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -83,6 +83,7 @@ # PHP /lib @youknowriad @gziolo @aduth +*-controller.php @youknowriad @gziolo @aduth @timothybjacobs # Native (Unowned) *.native.js @ghost