From bf0d0d8e26cc24c3acf23299dff057b0ecb95956 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 20 Nov 2020 16:34:09 -0800 Subject: [PATCH] .github: add mon and mgr labelers Signed-off-by: Patrick Donnelly --- .github/labeler.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5057de87718..9cbafac5d99 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,6 +11,24 @@ documentation: - man/** - "**/*.+(rst|md)" +mon: + - doc/man/8/ceph-mon.rst + - doc/man/8/monmaptool.rst + - doc/mon/** + - qa/workunits/mon/** + - src/mon/** + - src/test/mon/** + +mgr: + - doc/mgr/** + - src/mgr/** + - src/pybind/mgr/ceph_module.pyi + - src/pybind/mgr/mgr_module.py + - src/pybind/mgr/mgr_util.py + - src/pybind/mgr/requirements.txt + - src/pybind/mgr/tox.ini + - src/test/mgr/** + pybind: - src/pybind/cephfs/** - src/pybind/mgr/** -- 2.39.5