Skip to content

Commit 0def6fa

Browse files
committed
Add label for the new enum module
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 9d42e59 commit 0def6fa

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ body:
5252
- Collections (part:collections)
5353
- Date and time utilities (part:datetime)
5454
- Documentation (part:docs)
55+
- Enum utilities (part:enum)
5556
- IDs (part:id)
5657
- Mathematics utilities (part:math)
5758
- Module utilities (part:module)

.github/keylabeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ labelMappings:
1616
"part:collections": "part:collections"
1717
"part:datetime": "part:datetime"
1818
"part:docs": "part:docs"
19+
"part:enum": "part:enum"
1920
"part:id": "part:id"
2021
"part:logging": "part:logging"
2122
"part:math": "part:math"

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
- "examples/**"
6464
- LICENSE
6565

66+
"part:enum":
67+
- changed-files:
68+
- any-glob-to-any-file:
69+
- "src/frequenz/core/enum.py"
70+
- "src/frequenz/core/enum/**"
71+
- "tests/test_enum.py"
72+
- "tests/enum/**"
73+
6674
"part:id":
6775
- changed-files:
6876
- any-glob-to-any-file:

0 commit comments

Comments
 (0)