From 2820b7e1ccf84ce9d3f6cc9463c4a9b625147ba4 Mon Sep 17 00:00:00 2001 From: Joseph Sawaya Date: Thu, 19 Aug 2021 11:01:29 -0400 Subject: [PATCH] .github/labeler: add rook label to PRs related to Rook To make it easier to look for PRs directly related to the Rook orchestrator. Signed-off-by: Joseph Sawaya --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 71c5478ccd67c..9bb1d618f9679 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -94,6 +94,12 @@ orchestrator: - src/pybind/mgr/test_orchestrator/** - qa/tasks/mgr/test_orchestrator_cli.py +rook: + - doc/mgr/rook.rst + - src/pybind/mgr/rook/** + - qa/tasks/rook.py + - qa/suites/orch/rook/smoke/** + bluestore: - src/os/bluestore/** -- 2.39.5