From: Patrick Donnelly Date: Wed, 6 Jan 2021 18:59:41 +0000 (-0800) Subject: .github: add MDSMonitor to cephfs label X-Git-Tag: v16.1.0~127^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdabf0d50783cbe276dde081a93bba5db630ee8a;p=ceph.git .github: add MDSMonitor to cephfs label Signed-off-by: Patrick Donnelly --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 228bf46e30e..ca1bc115292 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -162,6 +162,8 @@ cephfs: - src/include/fs_types.h - src/libcephfs.cc - src/mds/** + - src/mon/MDSMonitor.* + - src/mon/FSCommands.* - src/pybind/ceph_volume_client.py - src/pybind/cephfs/** - src/pybind/mgr/mds_autoscaler/**