From 19ed43f114c8665d66a2f0bfa6bd60b6502683ae Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Tue, 31 May 2022 15:01:49 +0200 Subject: [PATCH] codeowners: remove api team Signed-off-by: Ernesto Puerta --- .github/CODEOWNERS | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 88c6da6c62d4..8ee91671f55c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,20 +2,11 @@ /src/pybind/mgr/dashboard @ceph/dashboard /qa/suites/rados/dashboard @ceph/dashboard /qa/tasks/mgr/test_dashboard.py @ceph/dashboard +/qa/tasks/mgr/test_module_selftest.py @ceph/dashboard /qa/tasks/mgr/dashboard @ceph/dashboard /monitoring @ceph/dashboard /doc/mgr/dashboard.rst @ceph/dashboard -# Dashboard API team -/src/pybind/mgr/dashboard/openapi.yaml @ceph/api -/src/pybind/mgr/dashboard/controllers @ceph/api -/src/pybind/mgr/dashboard/frontend/src/app/shared/api @ceph/api -/src/pybind/mgr/dashboard/run-backend-api-tests.sh @ceph/api -/qa/suites/rados/dashboard @ceph/api -/qa/tasks/mgr/test_dashboard.py @ceph/api -/qa/tasks/mgr/dashboard @ceph/api -/qa/tasks/mgr/test_module_selftest.py @ceph/api - # For Orchestrator related PRs /src/cephadm @ceph/orchestrators /src/pybind/mgr/orchestrator @ceph/orchestrators -- 2.47.3