Skip to content

Commit 1a2afde

Browse files
committed
Fix labeler path
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 587c766 commit 1a2afde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# For more details on the configuration please see:
77
# https://github.com/marketplace/actions/labeler
88

9-
# TODO(cookiecutter): Add different parts of the source
109
# For example:
1110
#
1211
# "part:module":
@@ -65,4 +64,4 @@
6564
"part:actor":
6665
- changed-files:
6766
- any-glob-to-any-file:
68-
- "src/frequenz/dispatch/actor/**"
67+
- "src/frequenz/dispatch/actor.py"

0 commit comments

Comments
 (0)