From: John Mulligan Date: Tue, 10 May 2022 14:31:34 +0000 (-0400) Subject: .github: ensure object_format.py is labeled the same as mgr_util.py X-Git-Tag: v18.0.0~841^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4904b02f9f042aa83ea4fd60ee112d2e06a487a5;p=ceph.git .github: ensure object_format.py is labeled the same as mgr_util.py Signed-off-by: John Mulligan --- diff --git a/.github/labeler.yml b/.github/labeler.yml index c2cea0742e4a..bf8c4d316833 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -54,6 +54,7 @@ mgr: - src/pybind/mgr/ceph_module.pyi - src/pybind/mgr/mgr_module.py - src/pybind/mgr/mgr_util.py + - src/pybind/mgr/object_format.py - src/pybind/mgr/requirements.txt - src/pybind/mgr/tox.ini - src/test/mgr/**