Skip to content

Commit e9f0249

Browse files
committed
Remove part:collections label from keylabeler and labeler config
Now that the module has been removed, we don't need to label it anymore. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 760c248 commit e9f0249

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/keylabeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ caseSensitive: true
1313
# Explicit keyword mappings to labels. Form of match:label. Required.
1414
labelMappings:
1515
"part:asyncio": "part:asyncio"
16-
"part:collections": "part:collections"
1716
"part:datetime": "part:datetime"
1817
"part:docs": "part:docs"
1918
"part:math": "part:math"

.github/labeler.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@
3939
- "tests/test_asyncio.py"
4040
- "tests/asyncio/**"
4141

42-
"part:collections":
43-
- changed-files:
44-
- any-glob-to-any-file:
45-
- "src/frequenz/core/collections.py"
46-
- "src/frequenz/core/collections/**"
47-
- "tests/test_collections.py"
48-
- "tests/collections/**"
49-
5042
"part:datetime":
5143
- changed-files:
5244
- any-glob-to-any-file:

0 commit comments

Comments
 (0)