-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathlabeler.yml
More file actions
48 lines (38 loc) · 959 Bytes
/
labeler.yml
File metadata and controls
48 lines (38 loc) · 959 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# yamllint disable rule:indentation
Documentation:
- changed-files:
- any-glob-to-any-file: docs/**
Examples:
- changed-files:
- any-glob-to-any-file: examples/**
Tests:
- changed-files:
- any-glob-to-any-file: test/**
CI:
- changed-files:
- any-glob-to-any-file: .github/workflows/**
- any-glob-to-any-file: .circleci/**
datasets:
- changed-files:
- any-glob-to-any-file: skada/datasets/**
tests-datasets:
- changed-files:
- any-glob-to-any-file: skada/datasets/tests/**
shallow:
- changed-files:
- any-glob-to-any-file: skada/**
tests-shallow:
- changed-files:
- any-glob-to-any-file: skada/tests/**
deep:
- changed-files:
- any-glob-to-any-file: skada/deep/**
tests-deep:
- changed-files:
- any-glob-to-any-file: skada/deep/tests/**
base:
- changed-files:
- any-glob-to-any-file: skada/base.py
- any-glob-to-any-file: skada/utils.py
- any-glob-to-any-file: skada/_utils.py
- any-glob-to-any-file: skada/_pipeline.py