forked from SciTools/python-stratify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
29 lines (25 loc) · 749 Bytes
/
labeler.yml
File metadata and controls
29 lines (25 loc) · 749 Bytes
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
'Type: Dependencies':
- any:
- changed-files:
- any-glob-to-any-file: 'requirements/stratify.yml'
- any-glob-to-any-file: 'requirements/py*.yml'
- any-glob-to-any-file: 'requirements/locks/pypi*.txt'
- any-glob-to-any-file: 'requirements/locks/py*.lock'
'Type: Documentation':
- any:
changed-files:
- any-glob-to-any-file: 'index.ipynb'
- any-glob-to-any-file: 'README.md'
'Type: GHA':
- any:
- changed-files:
- any-glob-to-any-file: '.github/*.yml'
- any-glob-to-any-file: '.github/**/*.yml'
'Type: Infrastructure':
- any:
changed-files:
- any-glob-to-any-file: '*'
'Type: Testing':
- any:
changed-files:
- any-glob-to-any-file: 'src/stratify/tests/*'