From: Neha Ojha Date: Fri, 20 Nov 2020 19:53:29 +0000 (+0000) Subject: .github/labeler.yml: fix pybind and common rules X-Git-Tag: v16.1.0~521^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38220%2Fhead;p=ceph.git .github/labeler.yml: fix pybind and common rules Noticed it didn't work in https://github.com/ceph/ceph/pull/38206 Signed-off-by: Neha Ojha --- diff --git a/.github/labeler.yml b/.github/labeler.yml index ffc4247b1710..5057de87718a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,17 +12,17 @@ documentation: - "**/*.+(rst|md)" pybind: - - src/pybind/cephfs/* - - src/pybind/mgr/* - - src/pybind/rados/* - - src/pybind/rbd/* - - src/pybind/rgw/* - - src/pybind/* + - src/pybind/cephfs/** + - src/pybind/mgr/** + - src/pybind/rados/** + - src/pybind/rbd/** + - src/pybind/rgw/** + - src/pybind/** common: - - src/common - - src/global - - src/log + - src/common/** + - src/global/** + - src/log/** cephadm: - src/cephadm/**