forked from music-encoding/music-encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpr-labeler_config.yml
35 lines (27 loc) · 905 Bytes
/
pr-labeler_config.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
'Component: Build':
- changed-files:
- any-glob-to-any-file: ['build.xml']
'Component: Core Schema':
- changed-files:
- any-glob-to-any-file: ['source/modules/**/*', 'source/mei-source.xml']
'Component: Customizations':
- changed-files:
- any-glob-to-any-file: ['customizations/**/*']
'Component: Guidelines & Documentation':
- changed-files:
- any-glob-to-any-file: ['source/docs/**/*', 'source/examples/**/*']
'Component: Images':
- changed-files:
- any-glob-to-any-file: ['source/assets/images/**/*']
'Component: Style':
- changed-files:
- any-glob-to-any-file: ['source/assets/css/**/*']
'Component: Utils':
- changed-files:
- any-glob-to-any-file: ['utils/**/*']
'Component: Validation':
- changed-files:
- any-glob-to-any-file: ['source/validation/**/*']
'Component: Workflows':
- changed-files:
- any-glob-to-any-file: ['.github/**/*']