From df814a4461e13295522486486b1ab7c9eb410b82 Mon Sep 17 00:00:00 2001 From: Farrellka-dev Date: Thu, 28 Nov 2024 12:17:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=93=D0=B8=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 57 +++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4e308b1cfc..c550813601 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,14 +1,13 @@ "Изменения: Звуки": - - changed-files: - - any-glob-to-any-file: "**/*.ogg" + changed-files: + - "**/*.ogg" "Изменения: C#": - - changed-files: - - any-glob-to-any-file: "**/*.cs" + changed-files: + - "**/*.cs" "Изменения: Конфиг": -- changed-files: - - any-glob-to-any-file: + changed-files: - "**/*.toml" - "**/*.config" - "*.json" @@ -18,42 +17,38 @@ - ".editorconfig" "Изменения: Документация": - - changed-files: - - any-glob-to-any-file: - - "**/*.xml" - - "**/*.md" + changed-files: + - "**/*.xml" + - "**/*.md" "Изменения: Локализация": - - changed-files: - - any-glob-to-any-file: 'Resources/Locale/**/*.ftl' + changed-files: + - "Resources/Locale/**/*.ftl" "Изменения: Карта": - - changed-files: - - any-glob-to-any-file: - - "Resources/Maps/**/*.yml" - - "Resources/Prototypes/Maps/**/*.yml" + changed-files: + - "Resources/Maps/**/*.yml" + - "Resources/Prototypes/Maps/**/*.yml" "Изменения: Спрайт": - - changed-files: - - any-glob-to-any-file: - - "**/*.rsi/*.png" - - "**/*.rsi/*.json" + changed-files: + - "**/*.rsi/*.png" + - "**/*.rsi/*.json" "Изменения: Интерфейс": - - changed-files: - - any-glob-to-any-file: "**/*.xaml*" + changed-files: + - "**/*.xaml*" "Изменения: YML": - - changed-files: - - any-glob-to-any-file: - - "**/*.yml" - - all-globs-to-all-files: - - "!Resources/Maps/**/*.yml" - - "!Resources/Prototypes/Maps/**/*.yml" + changed-files: + - "**/*.yml" + - "!Resources/Maps/**/*.yml" + - "!Resources/Prototypes/Maps/**/*.yml" "Изменения: Github": - - changed-files: - - any-glob-to-any-file: ".github/workflows/*.yml" + changed-files: + - ".github/workflows/*.yml" "СВЯТЫЕ УГОДНИКИ": -- "Content.Server.Database/*" + changed-files: + - "Content.Server.Database/*"