1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00

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

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: