]> source.dussan.org Git - gitea.git/commitdiff
Count typescript files as frontend for labeling (#32088)
authorAnbraten <6918444+anbraten@users.noreply.github.com>
Sat, 21 Sep 2024 18:26:36 +0000 (20:26 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Sep 2024 18:26:36 +0000 (18:26 +0000)
.github/labeler.yml

index 265616baed494df6f1f5f8ab6d2a1eb44589985b..46efbcb1949b697240a1c1cf2477c0fa41dba058 100644 (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: