Skip to content

Commit f54f545

Browse files
committed
Add typescript to labeler
1 parent 55d5a74 commit f54f545

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
@@ -69,11 +69,13 @@ modifies/go:
6969
- changed-files:
7070
- any-glob-to-any-file:
7171
- "**/*.go"
72+
- "**/*.tmpl"
7273

73-
modifies/js:
74+
modifies/frontend:
7475
- changed-files:
7576
- any-glob-to-any-file:
7677
- "**/*.js"
78+
- "**/*.ts"
7779
- "**/*.vue"
7880

7981
docs-update-needed:

0 commit comments

Comments
 (0)