forked from scikit-rf/scikit-rf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
50 lines (38 loc) · 886 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
40
41
42
43
44
45
46
47
48
49
50
ContinuousIntegration:
- changed-files:
- any-glob-to-any-file: .github/**/*
Network:
- changed-files:
- any-glob-to-any-file: skrf/network.py
VectorFitting:
- changed-files:
- any-glob-to-any-file: skrf/vectorFitting.py
Circuit:
- changed-files:
- any-glob-to-any-file: skrf/circuit.py
Plotting:
- changed-files:
- any-glob-to-any-file: skrf/plotting.py
Time:
- changed-files:
- any-glob-to-any-file: skrf/time.py
TransmissionLines:
- changed-files:
- any-glob-to-any-file: skrf/tlineFunctions.py
qtapps:
- changed-files:
- any-glob-to-any-file: qtapps/**/*
Calibration:
- changed-files:
- any-glob-to-any-file: skrf/calibration/**/*
IO:
- changed-files:
- any-glob-to-any-file: skrf/io/**/*
Media:
- changed-files:
- any-glob-to-any-file: skrf/media/**/*
Documentation:
- changed-files:
- any-glob-to-any-file: doc/**/*
Release:
- base-branch: main