Skip to content

Commit

Permalink
update labeler by aylong (#381)
Browse files Browse the repository at this point in the history
## About The Pull Request

Лейблер от @AyIong , покрывающий больше случаев
  • Loading branch information
Gaxeer authored Jul 16, 2024
1 parent 5396e67 commit 86223ca
Showing 1 changed file with 35 additions and 20 deletions.
55 changes: 35 additions & 20 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,55 @@
'TGUI':
- changed-files:
- any-glob-to-any-file: 'tgui/**'
- any-glob-to-any-file: ['tgui/**']

'Звук':
- changed-files:
- any-glob-to-any-file: '**/*.ogg'

'Спрайты':
- changed-files:
- any-glob-to-any-file: ['**/*.dmi', '**/*.png']
- any-glob-to-any-file: ['**/*.ogg']

'Изменение Карты':
- changed-files:
- any-glob-to-any-file: '**/*.dmm'

'НЕ МОДУЛЬНО':
- all:
- changed-files:
- any-glob-to-any-file: 'code/**'
- base-branch: 'master'
- changed-files:
- any-glob-to-any-file: ['**/*.dmm']

'Перевод':
- base-branch: 'translate'
'Спрайты':
- changed-files:
- any-glob-to-any-file: ['**/*.dmi']

'Инструменты':
- changed-files:
- any-glob-to-any-file: ['.gihub/workflows/**', 'tools/**']
- any-glob-to-any-file: ['.gihub/workflows/**', 'tools/**']

'Изменение конфига':
'Требуется изменение конфига':
- changed-files:
- any-glob-to-any-file: 'config/**'
- any-glob-to-any-file: ['config/**']

'Документация':
- changed-files:
- any-glob-to-any-file: '**/*.md'
- any-glob-to-any-file: ['**/*.md']

'SQL':
- changed-files:
- any-glob-to-any-file: 'SQL/**'
- any-glob-to-any-file: ['SQL/**']

'Частичная модульность':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**']
- any-glob-to-any-file: [modular_bandastation/**]
- base-branch: 'master'

'НЕ МОДУЛЬНО':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**', 'icons/**', '_maps/map_files/**']
- all-globs-to-all-files: '!modular_bandastation/**'
- base-branch: 'master'

':pencil: Перевод':
- base-branch: 'translate'

'Фикс':
- head-branch: ['^fix', 'fix']

':trollface: Фича':
- head-branch: ['^feat', 'feat']

0 comments on commit 86223ca

Please sign in to comment.