From 20f323a35c528c3cdafa3e586ba36b10b3ee0e68 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 7 Dec 2023 15:21:33 +0100 Subject: [PATCH] fix(labeler): Wrong indentation. --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d153da5f..6eec10c7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ # Add 'repo' label to any root file changes repo: -- '*' + - '*' # Add 'controller' label to any change within the dockerfiles folder controller: @@ -32,4 +32,4 @@ docker_compose: # Add 'github_actions' label to any change to .github/workflows/* files within the root dir github_actions: -- any: ['/.github/workflows/*'] \ No newline at end of file +- any: ['/.github/workflows/*']