Skip to content

Commit b37e58b

Browse files
authored
Merge pull request #465 from guan404ming/add-auto-labeler
👷 add `labeler`
1 parent 3c81ad7 commit b37e58b

File tree

1 file changed

+155
-0
lines changed

1 file changed

+155
-0
lines changed

.github/labeler.yml

+155
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
"numpy.ctypeslib.*":
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- src/numpy-stubs/ctypeslib.pyi
5+
6+
"numpy.distutils.*":
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- src/numpy-stubs/distutils/**
10+
11+
"numpy.dtype":
12+
- changed-files:
13+
- any-glob-to-any-file:
14+
- src/numpy-stubs/dtypes.pyi
15+
16+
"numpy.dtypes.*":
17+
- changed-files:
18+
- any-glob-to-any-file:
19+
- src/numpy-stubs/dtypes.pyi
20+
21+
"numpy.emath.*":
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- src/numpy-stubs/lib/_scimath_impl.pyi
25+
- src/numpy-stubs/lib/scimath.pyi
26+
27+
"numpy.f2py.*":
28+
- changed-files:
29+
- any-glob-to-any-file:
30+
- src/numpy-stubs/f2py/**
31+
32+
"numpy.fft.*":
33+
- changed-files:
34+
- any-glob-to-any-file:
35+
- src/numpy-stubs/fft/**
36+
37+
"numpy.linalg.*":
38+
- changed-files:
39+
- any-glob-to-any-file:
40+
- src/numpy-stubs/linalg/**
41+
42+
"numpy.ma.*":
43+
- changed-files:
44+
- any-glob-to-any-file:
45+
- src/numpy-stubs/ma/**
46+
47+
"numpy.matlib.*":
48+
- changed-files:
49+
- any-glob-to-any-file:
50+
- src/numpy-stubs/matlib.pyi
51+
52+
"numpy.matrixlib.*":
53+
- changed-files:
54+
- any-glob-to-any-file:
55+
- src/numpy-stubs/matrixlib/**
56+
57+
"numpy.poly*":
58+
- changed-files:
59+
- any-glob-to-any-file:
60+
- src/numpy-stubs/lib/_polynomial_impl.pyi
61+
62+
"numpy.polynomial.*":
63+
- changed-files:
64+
- any-glob-to-any-file:
65+
- src/numpy-stubs/polynomial/**
66+
67+
"numpy.random.*":
68+
- changed-files:
69+
- any-glob-to-any-file:
70+
- src/numpy-stubs/random/**
71+
72+
"numpy.rec.*":
73+
- changed-files:
74+
- any-glob-to-any-file:
75+
- src/numpy-stubs/rec/**
76+
77+
"numpy.strings.*":
78+
- changed-files:
79+
- any-glob-to-any-file:
80+
- src/numpy-stubs/_core/strings.pyi
81+
- src/numpy-stubs/strings/**.pyi
82+
83+
"numpy.testing.*":
84+
- changed-files:
85+
- any-glob-to-any-file:
86+
- src/numpy-stubs/testing/**
87+
88+
"numpy.ufunc":
89+
- changed-files:
90+
- any-glob-to-any-file:
91+
- src/numpy-stubs/_core/umath.pyi
92+
93+
"numpy._utils":
94+
- changed-files:
95+
- any-glob-to-any-file:
96+
- src/numpy-stubs/_utils/**
97+
98+
"numpy.version.*":
99+
- changed-files:
100+
- any-glob-to-any-file:
101+
- src/numpy-stubs/version.pyi
102+
103+
# Documentation and Testing
104+
105+
"topic: documentation":
106+
- changed-files:
107+
- any-glob-to-any-file:
108+
- docs/**
109+
- README.md
110+
- CONTRIBUTING.md
111+
- mkdocs.yml
112+
113+
"topic: testing":
114+
- changed-files:
115+
- any-glob-to-any-file:
116+
- src/**/@test/**
117+
- tool/test/**
118+
119+
# Tools and Configuration
120+
121+
"tool: stubtest":
122+
- changed-files:
123+
- any-glob-to-any-file:
124+
- tool/allowlists/**
125+
- tool/stubtest.py
126+
127+
"tool: github-actions":
128+
- changed-files:
129+
- any-glob-to-any-file:
130+
- .github/workflows/**
131+
132+
"topic: dependencies":
133+
- changed-files:
134+
- any-glob-to-any-file:
135+
- uv.lock
136+
- tool/*.lock
137+
138+
"topic: developer experience":
139+
- changed-files:
140+
- any-glob-to-any-file:
141+
- .vscode/**
142+
- lefthook.yml
143+
144+
"topic: automation":
145+
- changed-files:
146+
- any-glob-to-any-file:
147+
- .github/workflows/**
148+
- tool/testgen.py
149+
150+
"topic: code style":
151+
- changed-files:
152+
- any-glob-to-any-file:
153+
- .taplo.toml
154+
- **/.ruff.toml
155+

0 commit comments

Comments
 (0)