Count typescript files as frontend for labeling (#32088)

This commit is contained in:
Anbraten 2024-09-21 20:26:36 +02:00 committed by GitHub
parent 8e2dd5d3dd
commit f58a43f60a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

3
.github/labeler.yml vendored
View File

@ -70,10 +70,11 @@ modifies/go:
- any-glob-to-any-file:
- "**/*.go"
modifies/js:
modifies/frontend:
- changed-files:
- any-glob-to-any-file:
- "**/*.js"
- "**/*.ts"
- "**/*.vue"
docs-update-needed: