From c3becf50da154ad35ab2b284461a4fa664b85921 Mon Sep 17 00:00:00 2001 From: Anurag <81210977+kranurag7@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:13:13 +0530 Subject: [PATCH] fix yamllint indentation Signed-off-by: Anurag <81210977+kranurag7@users.noreply.github.com> --- .github/labeler.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yaml b/.github/labeler.yaml index db13b6887..3abbec530 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -1,22 +1,22 @@ --- area/code: - changed-files: - - any-glob-to-any-file: "controllers/**/*" - - any-glob-to-any-file: "pkg/**/*" + - any-glob-to-any-file: "controllers/**/*" + - any-glob-to-any-file: "pkg/**/*" area/api: - changed-files: - - any-glob-to-any-file: "api/**/*" - - any-glob-to-any-file: "config/crd/**/*" + - any-glob-to-any-file: "api/**/*" + - any-glob-to-any-file: "config/crd/**/*" area/github: - changed-files: - - any-glob-to-any-file: ".github/**/*" + - any-glob-to-any-file: ".github/**/*" area/hack: - changed-files: - - any-glob-to-any-file: "hack/**/*" - - any-glob-to-any-file: "Makefile" + - any-glob-to-any-file: "hack/**/*" + - any-glob-to-any-file: "Makefile" area/test: - changed-files: - - any-glob-to-any-file: "test/**/*" + - any-glob-to-any-file: "test/**/*" area/templates: - changed-files: - - any-glob-to-any-file: "templates/**/*" + - any-glob-to-any-file: "templates/**/*"