From 862aa76daaed0e91fc2b183468cf7d945f00b1a8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:09:26 +0100 Subject: [PATCH] Update autolabeler.yml --- .github/workflows/autolabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index 8eeade3c..2f66f341 100644 --- a/.github/workflows/autolabeler.yml +++ b/.github/workflows/autolabeler.yml @@ -26,7 +26,7 @@ jobs: const fileContent = await fs.readFile(configPath, 'utf-8'); config = JSON.parse(fileContent); } catch (error) { - console.error(`❌ Fehler beim Laden der Konfigurationsdatei: ${error.message}`); + console.error(`❌ Issue while load config file: ${error.message}`); return; }