mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
0d8908a82f
Adds [CODEOWNERS](https://help.github.com/en/articles/about-code-owners) file and assigns ownership of /src/pybind/mgr/dashboard to @ceph/dashboard alias. That will also automatically add @ceph/dashboard team to all reviews modifying any file in the above location. Besides, if "Require review from Code Owners" is marked in the Branch Protection Rules of any branch, where this CODEOWNERS file is propagated to, at least one review from a designated CODEOWNER will be mandatory. If Ceph teams' visibility is changed to public, teams can also be @mentioned (both from Ceph and other projects), so it's easier to reach to component-team members. Fixes: https://tracker.ceph.com/issues/41047 Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
9 lines
498 B
Plaintext
9 lines
498 B
Plaintext
# Dashboard team to review dashboard related code
|
|
/src/pybind/mgr/dashboard @ceph/dashboard
|
|
/qa/suites/rados/mgr/tasks/dashboard.yaml @ceph/dashboard
|
|
/qa/tasks/mgr/test_dashboard.py @ceph/dashboard
|
|
/qa/tasks/mgr/dashboard @ceph/dashboard
|
|
/monitoring/grafana @ceph/dashboard
|
|
/monitoring/prometheus @ceph/dashboard
|
|
/doc/mgr/dashboard.rst @ceph/dashboard
|