Update files-changed and labeler globs (#33720)
Few tweaks, should be self-explanatory.
This commit is contained in:
parent
b35a9da14c
commit
2aa59ba9e5
2 changed files with 10 additions and 8 deletions
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
|
@ -41,7 +41,7 @@ modifies/internal:
|
||||||
- ".dockerignore"
|
- ".dockerignore"
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- ".editorconfig"
|
- ".editorconfig"
|
||||||
- ".eslintrc.yaml"
|
- ".eslintrc.cjs"
|
||||||
- ".golangci.yml"
|
- ".golangci.yml"
|
||||||
- ".gitpod.yml"
|
- ".gitpod.yml"
|
||||||
- ".markdownlint.yaml"
|
- ".markdownlint.yaml"
|
||||||
|
@ -49,7 +49,7 @@ modifies/internal:
|
||||||
- "stylelint.config.js"
|
- "stylelint.config.js"
|
||||||
- ".yamllint.yaml"
|
- ".yamllint.yaml"
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- ".gitea/"
|
- ".gitea/**"
|
||||||
- ".devcontainer/**"
|
- ".devcontainer/**"
|
||||||
- "build.go"
|
- "build.go"
|
||||||
- "build/**"
|
- "build/**"
|
||||||
|
@ -73,9 +73,9 @@ modifies/go:
|
||||||
modifies/frontend:
|
modifies/frontend:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- "**/*.js"
|
- "*.js"
|
||||||
- "**/*.ts"
|
- "*.ts"
|
||||||
- "**/*.vue"
|
- "web_src/**"
|
||||||
|
|
||||||
docs-update-needed:
|
docs-update-needed:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
|
8
.github/workflows/files-changed.yml
vendored
8
.github/workflows/files-changed.yml
vendored
|
@ -51,14 +51,16 @@ jobs:
|
||||||
- "options/locale/locale_en-US.ini"
|
- "options/locale/locale_en-US.ini"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
- "**/*.js"
|
- "*.js"
|
||||||
|
- "*.ts"
|
||||||
- "web_src/**"
|
- "web_src/**"
|
||||||
|
- "tools/*.js"
|
||||||
|
- "tools/*.ts"
|
||||||
- "assets/emoji.json"
|
- "assets/emoji.json"
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
- "Makefile"
|
- "Makefile"
|
||||||
- ".eslintrc.yaml"
|
- ".eslintrc.cjs"
|
||||||
- "stylelint.config.js"
|
|
||||||
- ".npmrc"
|
- ".npmrc"
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue