File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ modifies/internal:
4141 - " .dockerignore"
4242 - " docker/**"
4343 - " .editorconfig"
44- - " .eslintrc.yaml "
44+ - " .eslintrc.cjs "
4545 - " .golangci.yml"
4646 - " .gitpod.yml"
4747 - " .markdownlint.yaml"
4848 - " .spectral.yaml"
4949 - " stylelint.config.js"
5050 - " .yamllint.yaml"
5151 - " .github/**"
52- - " .gitea/"
52+ - " .gitea/** "
5353 - " .devcontainer/**"
5454 - " build.go"
5555 - " build/**"
@@ -73,9 +73,9 @@ modifies/go:
7373modifies/frontend :
7474 - changed-files :
7575 - any-glob-to-any-file :
76- - " **/* .js"
77- - " **/* .ts"
78- - " **/*.vue "
76+ - " *.js"
77+ - " *.ts"
78+ - " web_src/** "
7979
8080docs-update-needed :
8181 - changed-files :
Original file line number Diff line number Diff line change @@ -51,14 +51,16 @@ jobs:
5151 - "options/locale/locale_en-US.ini"
5252
5353 frontend:
54- - "**/*.js"
54+ - "*.js"
55+ - "*.ts"
5556 - "web_src/**"
57+ - "tools/*.js"
58+ - "tools/*.ts"
5659 - "assets/emoji.json"
5760 - "package.json"
5861 - "package-lock.json"
5962 - "Makefile"
60- - ".eslintrc.yaml"
61- - "stylelint.config.js"
63+ - ".eslintrc.cjs"
6264 - ".npmrc"
6365
6466 docs:
You can’t perform that action at this time.
0 commit comments