From ca5977b65b9c9c40ce21c54147f6dae7d7ef68ea Mon Sep 17 00:00:00 2001 From: Medicopter117 Date: Sat, 13 Dec 2025 08:26:19 +0100 Subject: [PATCH] UPDATE: Labeler --- .github/labeler.yml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 849c404..49a54fe 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,6 +14,15 @@ site: example: - "example/**" +backend: +- "src/DevTools/backend/**" +- "site/backend/**" + +ui: +- "src/DevTools/ui/**" + +static: +- "site/static/**" priority-high: - "**/*.py" @@ -22,13 +31,36 @@ priority-medium: - "**/*.html" - "**/*.css" - "**/*.js" +- "**/*.yml" +- "**/*.yaml" priority-low: -- "**/*.yml" - "**/*.json" - "**/*.txt" - "**/*.md" - "**/*.rst" + +translation-message: +- "translation/message/**" + +translation-commands: +- "translation/commands/**" + +translation: +- "translation/**" + +python: +- "**/*.py" + +javascript: +- "**/*.js" + +html: +- "**/*.html" + +css: +- "**/*.css" + # Exclude files and directories --- IGNORE --- - "README.md"