forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust labeller config for preceding commit's breaking changes
- Loading branch information
1 parent
a8f4efa
commit c5f0acf
Showing
1 changed file
with
45 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,56 @@ | ||
':open_file_folder: Репозиторий': | ||
- .github/**/* | ||
- .vscode/**/* | ||
- docs/**/* | ||
- scripts/**/* | ||
- test/**/* | ||
- tools/**/* | ||
- .codebeatignore | ||
- .editorconfig | ||
- .git* | ||
- LICENSE | ||
- README.md | ||
- SpacemanDMM.toml | ||
- 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' | ||
|
||
':world_map: Карты': | ||
- '**/*.dmm' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.dmm' | ||
|
||
':mountain: Спрайты': | ||
- '**/*.dmi' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.dmi' | ||
|
||
':sound: Звуки': | ||
- '**/*.ogg' | ||
- '**/*.wav' | ||
- '**/*.mp3' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.aif' | ||
- '**/*.aiff' | ||
- '**/*.it' | ||
- '**/*.mid' | ||
- '**/*.midi' | ||
- '**/*.mod' | ||
- '**/*.mp3' | ||
- '**/*.ogg' | ||
- '**/*.oxm' | ||
- '**/*.raw' | ||
- '**/*.s3m' | ||
- '**/*.wma' | ||
- '**/*.wav' | ||
- '**/*.xm' | ||
|
||
':page_facing_up: Конфиги': | ||
- config/example/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'config/example/**/*' | ||
|
||
':floppy_disk: База данных': | ||
- sql/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'sql/**/*' |