]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/labeler: add rook label to PRs related to Rook 42855/head
authorJoseph Sawaya <jsawaya@redhat.com>
Thu, 19 Aug 2021 15:01:29 +0000 (11:01 -0400)
committerJoseph Sawaya <jsawaya@redhat.com>
Fri, 20 Aug 2021 13:50:37 +0000 (09:50 -0400)
To make it easier to look for PRs directly related to the Rook orchestrator.

Signed-off-by: Joseph Sawaya <jsawaya@redhat.com>
.github/labeler.yml

index 71c5478ccd67ccb19ca7503e63986562785a312a..9bb1d618f967913ecd3e15e54f0465df5fab92c6 100644 (file)
@@ -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/**