From: Ernesto Puerta Date: Tue, 8 Jun 2021 15:12:36 +0000 (+0200) Subject: .github/labeler: add api-change label X-Git-Tag: v16.2.5~65^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a8c29e30f3e76b0adfd4b60f7772e164feaca63;p=ceph.git .github/labeler: add api-change label To flag PRs changing the Ceph REST API. It might also work for another APIs. Signed-off-by: Ernesto Puerta (cherry picked from commit 756d4b18aa9cb8590d2edb92de803b8f589247df) --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 0821fe9645ea..5719e113f156 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,6 @@ +api-change: + - src/pybind/mgr/dashboard/openapi.yaml + build/ops: - "**/CMakeLists.txt" - admin/**