Skip to content

Commit 96a2f89

Browse files
CODEOWNERS: let orchestration cover all of python-common
While it's not perfectly correct to say the orchestration team owns src/python-common, it's closer to the truth than not. It also ensures that someone with domain specific knowledge is looking at the rest of python-common outside just the deployment section (short of creating some sort of new python-sig type group). This is relevant due to the changes in PR ceph#60377 as python-common's ceph package will be included in cephadm. Signed-off-by: John Mulligan <[email protected]>
1 parent 13f4266 commit 96a2f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/src/pybind/mgr/rook @ceph/orchestrators
1414
/src/pybind/mgr/cephadm @ceph/orchestrators
1515
/src/pybind/mgr/test_orchestrator @ceph/orchestrators
16-
/src/python-common/ceph/deployment @ceph/orchestrators
16+
/src/python-common @ceph/orchestrators
1717
/qa/workunits/cephadm @ceph/orchestrators
1818
/qa/tasks/cephadm.py @ceph/orchestrators
1919
/qa/tasks/cephadm_cases @ceph/orchestrators

0 commit comments

Comments
 (0)