File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments