Skip to content

Commit

Permalink
Adjust labeller config for preceding commit's breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraHelper authored Dec 8, 2023
1 parent a8f4efa commit c5f0acf
Showing 1 changed file with 45 additions and 19 deletions.
64 changes: 45 additions & 19 deletions .github/labeler.yml
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/**/*'

0 comments on commit c5f0acf

Please sign in to comment.