From 4904b02f9f042aa83ea4fd60ee112d2e06a487a5 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 10 May 2022 10:31:34 -0400 Subject: [PATCH] .github: ensure object_format.py is labeled the same as mgr_util.py Signed-off-by: John Mulligan --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) 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/** -- 2.47.3