ceph/.github/labeler.yml
Kefu Chai 093a239405 github/labeler: add more rules to labeler.yml
mainly for the maintainers from the RADOS team.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-11-14 10:43:22 +08:00

40 lines
659 B
YAML

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
core:
- src/blk/**
- src/crush/*
- src/librados/**
- src/mgr/**
- src/mon/**
- src/os/**
- src/osd/**
crimson:
- doc/dev/crimson/**
- src/crimson/**
- src/test/crimson/**
- qa/suites/crimson-rados/**
dashboard:
- src/pybind/mgr/dashboard/**
- qa/suites/rados/dashboard/**
- qa/tasks/mgr/test_dashboard.py
- qa/tasks/mgr/dashboard/**
- monitoring/**
- doc/mgr/dashboard.rst
- doc/dev/developer_guide/dash-devel.rst
CI:
- .github/**