Skip to content

Commit 0106665

Browse files
committed
chore(labeler): update area/hack filter
Signed-off-by: CrazyMax <[email protected]>
1 parent 48d7abc commit 0106665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ area/frontend:
114114
# area:hack
115115
area/hack:
116116
- changed-files:
117-
- any-glob-to-any-file: 'hack/**'
117+
- any-glob-to-any-file:
118+
- 'hack/**'
119+
- 'frontend/dockerfile/cmd/dockerfile-frontend/hack/**'
118120

119121
# area:session
120122
area/session:

0 commit comments

Comments
 (0)