From 91ba6556b731016ecc118b200ad97d035a4e8f66 Mon Sep 17 00:00:00 2001 From: Wylie Conlon Date: Tue, 10 Sep 2019 13:46:55 -0400 Subject: [PATCH] [lens] Add Lens to CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e7d6e8001f1de..0557435b7893b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,9 @@ # Identify which groups will be pinged by changes to different parts of the codebase. # For more info, see https://help.github.com/articles/about-codeowners/ +# App +/x-pack/legacy/plugins/lens/ @elastic/kibana-app + # App Architecture /src/plugins/data/ @elastic/kibana-app-arch /src/plugins/kibana_utils/ @elastic/kibana-app-arch