forked from ss220club/BandaMarines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
65 lines (51 loc) · 1.76 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
'TGUI':
- 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/**', 'tools/**', '.vscode/**', '.bin/**']
':floppy_disk: Изменение конфига':
- changed-files:
- any-glob-to-any-file: 'config/**'
':neckbeard: Документация':
- changed-files:
- any-glob-to-any-file: '**/*.md'
':cd: SQL':
- changed-files:
- any-glob-to-any-file: 'SQL/**'
':feelsgood: Частичная модульность':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**', 'tgui/**']
- any-glob-to-any-file: 'modular/**'
- base-branch: 'master'
- head-branch: '!merge-upstream'
':finnadie: НЕ МОДУЛЬНО':
- all:
- changed-files:
- any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**']
- all-globs-to-all-files: '!modular/**'
- base-branch: 'master'
- head-branch: '!merge-upstream'
':pray: Слияние с восходящим потоком':
- all:
- base-branch: 'master'
- head-branch: 'merge-upstream'
':pencil: Перевод':
- head-branch: ['^translate', 'translate', '^translation', 'translation']
':wrench: Фикс':
- head-branch: ['^fix', 'fix']
':trollface: Фича':
- head-branch: ['^feat', 'feat']
':shipit: Улучшение':
- head-branch: ['^tweak', 'tweak']