Update autolabeler.yml

This commit is contained in:
CanbiZ 2025-02-10 13:09:26 +01:00 committed by GitHub
parent 69ff934a42
commit 862aa76daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}