]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
.github: add mon and mgr labelers
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 21 Nov 2020 00:34:09 +0000 (16:34 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 24 Nov 2020 19:55:08 +0000 (11:55 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
.github/labeler.yml

index 5057de87718a36c40eebe53cefa2543300d0c217..9cbafac5d9928e35f5f8accc0e038f4b1fd71768 100644 (file)
@@ -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/**