Skip to content

Commit 6f28326

Browse files
authored
labeler: Properly add part: labels to tests (#18)
2 parents fe4551b + 0b13612 commit 6f28326

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,24 @@
3636
- any-glob-to-any-file:
3737
- "src/frequenz/core/asyncio.py"
3838
- "src/frequenz/core/asyncio/**"
39+
- "tests/test_asyncio.py"
40+
- "tests/asyncio/**"
3941

4042
"part:collections":
4143
- changed-files:
4244
- any-glob-to-any-file:
4345
- "src/frequenz/core/collections.py"
4446
- "src/frequenz/core/collections/**"
47+
- "tests/test_collections.py"
48+
- "tests/collections/**"
4549

4650
"part:datetime":
4751
- changed-files:
4852
- any-glob-to-any-file:
4953
- "src/frequenz/core/datetime.py"
5054
- "src/frequenz/core/datetime/**"
55+
- "tests/test_datetime.py"
56+
- "tests/datetime/**"
5157

5258
"part:docs":
5359
- changed-files:
@@ -62,6 +68,8 @@
6268
- any-glob-to-any-file:
6369
- "src/frequenz/core/math.py"
6470
- "src/frequenz/core/math/**"
71+
- "tests/test_math.py"
72+
- "tests/math/**"
6573

6674
"part:tests":
6775
- changed-files:
@@ -90,3 +98,5 @@
9098
- any-glob-to-any-file:
9199
- "src/frequenz/core/typing.py"
92100
- "src/frequenz/core/typing/**"
101+
- "tests/test_typing.py"
102+
- "tests/typing/**"

0 commit comments

Comments
 (0)