Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak: Labels emoji and tweaks
Browse files Browse the repository at this point in the history
AyIong committed Jul 18, 2024
1 parent 2c8fd64 commit 530c2f4
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -2,47 +2,47 @@
- changed-files:
- any-glob-to-any-file: ['tgui/**']

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

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

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

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

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

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

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

'Частичная модульность':
':feelsgood: Частичная модульность':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**']
- any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**', 'tgui/**']
- any-glob-to-any-file: [modular_bandastation/**]
- base-branch: 'master'
- head-branch: '!merge-upstream'

'НЕ МОДУЛЬНО':
':finnadie: НЕ МОДУЛЬНО':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**', 'icons/**', '_maps/map_files/**']
- any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**']
- all-globs-to-all-files: '!modular_bandastation/**'
- base-branch: 'master'
- head-branch: '!merge-upstream'
@@ -55,8 +55,11 @@
':pencil: Перевод':
- base-branch: 'translate'

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

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

':shipit: Улучшение':
- head-branch: ['^tweak', 'tweak']

0 comments on commit 530c2f4

Please sign in to comment.