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:
|
- any-glob-to-any-file:
|
||||||
- "**/*.go"
|
- "**/*.go"
|
||||||
|
|
||||||
modifies/js:
|
modifies/frontend:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- "**/*.js"
|
- "**/*.js"
|
||||||
|
- "**/*.ts"
|
||||||
- "**/*.vue"
|
- "**/*.vue"
|
||||||
|
|
||||||
docs-update-needed:
|
docs-update-needed:
|
||||||
|
|
Loading…
Reference in New Issue