From 0d93559a6124fa71e545fecb13f96bbb154fcc30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:00:11 +0300 Subject: [PATCH] [MIRROR] Bump actions/labeler from 4 to 5 --- .github/labeler.yml | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7cde49932a504..e736dd8f1bec5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,4 @@ +<<<<<<< ours ':open_file_folder: Репозиторий': - .github/**/* - .vscode/**/* @@ -28,3 +29,61 @@ ':floppy_disk: База данных': - sql/**/* +======= +Repo: +- changed-files: + - any-glob-to-any-file: + - '.github/**/*' + - '.vscode/**/*' + - 'docs/**/*' + - 'scripts/**/*' + - 'test/**/*' + - 'tools/**/*' + - '.codebeatignore' + - '.codebeatsettings' + - '.editorconfig' + - '.git*' + - 'biome.json' + - 'libmysql.dll' + - 'LICENSE' + - 'README.md' + - 'SpacemanDMM.toml' + +Map: +- changed-files: + - any-glob-to-any-file: + - '**/*.dmm' + +Sprites: +- changed-files: + - any-glob-to-any-file: + - '**/*.dmi' + +Sound: +- changed-files: + - any-glob-to-any-file: + - '**/*.aif' + - '**/*.aiff' + - '**/*.it' + - '**/*.mid' + - '**/*.midi' + - '**/*.mod' + - '**/*.mp3' + - '**/*.ogg' + - '**/*.oxm' + - '**/*.raw' + - '**/*.s3m' + - '**/*.wma' + - '**/*.wav' + - '**/*.xm' + +Config Update: +- changed-files: + - any-glob-to-any-file: + - 'config/example/**/*' + +Database: +- changed-files: + - any-glob-to-any-file: + - 'sql/**/*' +>>>>>>> theirs