From ebe6671e8bdc7d9c4f8d0a3b404b2325b1198795 Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Mon, 16 Sep 2024 21:06:18 +0300 Subject: [PATCH] Labeler fixes (#1524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Чинит фильтр ветки путем изменения неправильной регулярки. gihub -> github ## Тестирование Проверил на форке. --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3fb170149d86..7b3a03de7afd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -34,7 +34,7 @@ ':guitar: Инструменты': - changed-files: - - any-glob-to-any-file: ['.gihub/**', 'tools/**', '.vscode/**', '.bin/**'] + - any-glob-to-any-file: ['.github/**', 'tools/**', '.vscode/**', '.bin/**'] ':floppy_disk: Изменение конфига': - changed-files: @@ -54,7 +54,7 @@ - any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**', 'tgui/**'] - any-glob-to-any-file: [modular_ss220/**] - base-branch: 'master' - - head-branch: '!merge-upstream' + - head-branch: '^(?!merge-upstream$).*' ':finnadie: НЕ МОДУЛЬНО': - all: @@ -62,7 +62,7 @@ - any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**'] - all-globs-to-all-files: '!modular_ss220/**' - base-branch: 'master' - - head-branch: '!merge-upstream' + - head-branch: '^(?!merge-upstream$).*' ':pray: Слияние с восходящим потоком': - all: