From: Patrick Donnelly Date: Sat, 21 Nov 2020 00:34:09 +0000 (-0800) Subject: .github: add mon and mgr labelers X-Git-Tag: v16.1.0~454^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bf0d0d8e26cc24c3acf23299dff057b0ecb95956;p=ceph.git .github: add mon and mgr labelers Signed-off-by: Patrick Donnelly --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 5057de87718a..9cbafac5d992 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/**