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: v17.2.1~48^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b285152344d2e664008989eabcfd5eba397758f1;p=ceph.git .github: ensure object_format.py is labeled the same as mgr_util.py Signed-off-by: John Mulligan (cherry picked from commit 4904b02f9f042aa83ea4fd60ee112d2e06a487a5) --- diff --git a/.github/labeler.yml b/.github/labeler.yml index c2cea0742e4..bf8c4d31683 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/**