-
Notifications
You must be signed in to change notification settings - Fork 89
/
labeler.yml
39 lines (30 loc) · 998 Bytes
/
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
'pkg: backend':
- changed-files:
- any-glob-to-any-file: 'packages/backend/**/*'
'pkg: frontend':
- changed-files:
- any-glob-to-any-file: 'packages/frontend/**/*'
'pkg: auth':
- changed-files:
- any-glob-to-any-file: 'packages/auth/**/*'
'pkg: mock-ase':
- changed-files:
- any-glob-to-any-file: 'localenv/mock-account-servicing-entity/**/*'
'pkg: documentation':
- changed-files:
- any-glob-to-any-file: 'packages/documentation/**/*'
'pkg: mock-account-service-lib':
- changed-files:
- any-glob-to-any-file: 'packages/mock-account-service-lib/**/*'
'type: ci':
- changed-files:
- any-glob-to-any-file: '.github/**/*'
'type: source':
- changed-files:
- any-glob-to-any-file: ['packages/backend/src/**/*', 'packages/frontend/src/**/*', 'packages/auth/src/**/*']
'type: tests':
- changed-files:
- any-glob-to-any-file: ['packages/**/*.test.ts', 'test/**/*']
'type: localenv':
- changed-files:
- any-glob-to-any-file: 'localenv/*'