From c6406336421ae9a17fc4c5cd9a0d4d7db3477295 Mon Sep 17 00:00:00 2001 From: Sergii Kabashniuk Date: Fri, 15 Mar 2019 09:50:08 +0200 Subject: [PATCH] Update owners for devfile and monitoring configuration (#12885) Update owners for devfile and monitoring configuration (#12885) Signed-off-by: Sergii Kabashniuk --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 59c0b849f5..57b068f5b4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -49,6 +49,7 @@ wsmaster/che-core-api-workspace*/** @garagatyi wsmaster/che-core-api-factory/** @mshaposhnik wsmaster/che-core-api-factory-shared/** @mshaposhnik wsmaster/che-core-api-workspace-activity/** @mshaposhnik +wsmaster/che-core-api-devfile/** @sleshchenko @mshaposhnik @metlos # wsagent wsagent/activity/** @skabashnyuk @@ -63,6 +64,7 @@ wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/** @skabas # deploy deploy/** @riuvshin @l0rd @garagatyi @eivantsov @sleshchenko +deploy/openshift/templates/che-monitoring.yaml @skabashnyuk @metlos # selenium tests selenium/** @musienko-maxim @dmytro-ndp @Ohrimenko1988