Skip to content

Commit c2d1e7c

Browse files
committed
Add the new part:logging label to the labeler and keylabeler config
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e623cff commit c2d1e7c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.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:logging": "part:logging"
1920
"part:math": "part:math"
2021
"part:tests": "part:tests"
2122
"part:tooling": "part:tooling"

.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:logging":
67+
- changed-files:
68+
- any-glob-to-any-file:
69+
- "src/frequenz/core/logging.py"
70+
- "src/frequenz/core/logging/**"
71+
- "tests/test_logging.py"
72+
- "tests/logging/**"
73+
6674
"part:math":
6775
- changed-files:
6876
- any-glob-to-any-file:

0 commit comments

Comments
 (0)