diff options
author | Anbraten <6918444+anbraten@users.noreply.github.com> | 2024-09-21 20:26:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 18:26:36 +0000 |
commit | f58a43f60a623c5d45942b92efa25cad7f4040bb (patch) | |
tree | 3ee6d22f559b25bf42ca42e65baf7b500c87edd7 /.github/labeler.yml | |
parent | 8e2dd5d3ddfb442937c79f05df88d18b856952cb (diff) | |
download | gitea-f58a43f60a623c5d45942b92efa25cad7f4040bb.tar.gz gitea-f58a43f60a623c5d45942b92efa25cad7f4040bb.zip |
Count typescript files as frontend for labeling (#32088)
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 265616baed..46efbcb194 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: |