Noticed it didn't work in https://github.com/ceph/ceph/pull/38206
Signed-off-by: Neha Ojha <nojha@redhat.com>
- "**/*.+(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/**