diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2020-11-21 01:34:09 +0100 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2020-11-24 20:55:08 +0100 |
commit | bf0d0d8e26cc24c3acf23299dff057b0ecb95956 (patch) | |
tree | 8a0dd80af644a630a8fe4a39ca96ada9c2098b29 /.github | |
parent | Merge pull request #38220 from neha-ojha/wip-fix-label-2 (diff) | |
download | ceph-bf0d0d8e26cc24c3acf23299dff057b0ecb95956.tar.xz ceph-bf0d0d8e26cc24c3acf23299dff057b0ecb95956.zip |
.github: add mon and mgr labelers
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/labeler.yml | 18 |
1 files changed, 18 insertions, 0 deletions
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/** |