mirror of https://github.com/go-gitea/gitea.git
Count typescript files as frontend for labeling (#32088)
This commit is contained in:
parent
8e2dd5d3dd
commit
f58a43f60a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue