We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acfd8e commit e516161Copy full SHA for e516161
.github/labeler.yml
@@ -16,8 +16,9 @@
16
- "src/frequenz/sdk/_internal/**"
17
18
"part:data-pipeline":
19
- - "src/frequenz/sdk/data_handling/**"
20
- - "src/frequenz/sdk/data_ingestion/**"
+ - "src/frequenz/sdk/_data_handling/**"
+ - "src/frequenz/sdk/_data_ingestion/**"
21
+ - "src/frequenz/sdk/timeseries/**"
22
23
"part:docs":
24
- "**/*.md"
@@ -28,7 +29,7 @@
28
29
- "src/frequenz/sdk/microgrid/**"
30
31
"part:power-distribution":
- - "src/frequenz/sdk/power_distribution/**"
32
+ - "src/frequenz/sdk/power/**"
33
34
"part:tests":
35
- "tests/**"
0 commit comments