diff options
author | John Mulligan <jmulligan@redhat.com> | 2024-10-29 21:35:00 +0100 |
---|---|---|
committer | John Mulligan <jmulligan@redhat.com> | 2024-10-29 21:35:00 +0100 |
commit | 96a2f89dc5769962c9cc96b6d0d2c6f5c151ff62 (patch) | |
tree | 2a07160e4266321c0692312d55404354f6e166eb /.github | |
parent | Merge PR #60386 into main (diff) | |
download | ceph-96a2f89dc5769962c9cc96b6d0d2c6f5c151ff62.tar.xz ceph-96a2f89dc5769962c9cc96b6d0d2c6f5c151ff62.zip |
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 #60377 as python-common's ceph package will be included
in cephadm.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3e81444ea3d..cd67ece4097 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,7 +13,7 @@ /src/pybind/mgr/rook @ceph/orchestrators /src/pybind/mgr/cephadm @ceph/orchestrators /src/pybind/mgr/test_orchestrator @ceph/orchestrators -/src/python-common/ceph/deployment @ceph/orchestrators +/src/python-common @ceph/orchestrators /qa/workunits/cephadm @ceph/orchestrators /qa/tasks/cephadm.py @ceph/orchestrators /qa/tasks/cephadm_cases @ceph/orchestrators |