]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/labeler.yml: fix pybind and common rules 38220/head
authorNeha Ojha <nojha@redhat.com>
Fri, 20 Nov 2020 19:53:29 +0000 (19:53 +0000)
committerNeha Ojha <nojha@redhat.com>
Fri, 20 Nov 2020 19:53:29 +0000 (19:53 +0000)
Noticed it didn't work in https://github.com/ceph/ceph/pull/38206

Signed-off-by: Neha Ojha <nojha@redhat.com>
.github/labeler.yml

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