From: Benjamin Drung Date: Fri, 6 Feb 2026 22:33:14 +0000 (+0100) Subject: ci: fix wrong indentation in labeler YAML file X-Git-Tag: 110~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df829da2296c2aa0db9f187d0113b4653351f60f;p=thirdparty%2Fdracut-ng.git ci: fix wrong indentation in labeler YAML file ``` $ yamllint . ./.github/labeler.yml 563:3 error wrong indentation: expected 4 but found 2 (indentation) 564:7 error wrong indentation: expected 8 but found 6 (indentation) ``` --- diff --git a/.github/labeler.yml b/.github/labeler.yml index d8885d1fc..be4561c69 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -560,8 +560,8 @@ img-lib: - any-glob-to-any-file: 'modules.d/[0-9][0-9]img-lib/*' memdisk: - - changed-files: - - any-glob-to-any-file: 'modules.d/[0-9][0-9]memdisk/*' + - changed-files: + - any-glob-to-any-file: 'modules.d/[0-9][0-9]memdisk/*' memstrack: - changed-files: