From e75eb834e733d71c97941039e92a16fdc1aaa4cf Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Mon, 5 Dec 2022 15:07:42 -0600 Subject: [PATCH] .github: add core label to files under src/test/librados In response to https://tracker.ceph.com/issues/58173, it would have helped to have the PR label librados test files with core, so the PR would have been tagged for rados qa. Signed-off-by: Laura Flores --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9be92f70a0a8b..8c97c8a298c26 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -146,6 +146,7 @@ core: - src/tools/monmaptool.cc - src/tools/osdmaptool.cc - src/tools/rados/** + - src/test/librados/** - src/test/osd/** crimson: -- 2.39.5