From: Ernesto Puerta Date: Thu, 17 Dec 2020 12:17:53 +0000 (+0100) Subject: .github/labeler: fix yaml syntax X-Git-Tag: v16.1.0~223^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38636%2Fhead;p=ceph.git .github/labeler: fix yaml syntax Introduced by https://github.com/ceph/ceph/pull/38617 Signed-off-by: Ernesto Puerta --- diff --git a/.github/labeler.yml b/.github/labeler.yml index dcc7695175ac..228bf46e30e2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,5 @@ build/ops: - - **/CMakeLists.txt + - "**/CMakeLists.txt" - admin/** - ceph.spec.in - cmake/**