2023-10-08 19:16:56 +03:00
modifies/docs :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- "**/*.md"
- "docs/**"
2023-09-08 00:30:03 +03:00
2023-10-08 19:16:56 +03:00
modifies/templates :
2024-03-13 01:09:02 +03:00
- changed-files :
- all-globs-to-any-file :
- "templates/**"
- "!templates/swagger/v1_json.tmpl"
2023-09-08 00:30:03 +03:00
2023-10-08 19:16:56 +03:00
modifies/api :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- "routers/api/**"
- "templates/swagger/v1_json.tmpl"
2023-10-08 19:16:56 +03:00
modifies/cli :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- "cmd/**"
2023-10-08 19:16:56 +03:00
modifies/translation :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- "options/locale/*.ini"
2023-10-08 19:16:56 +03:00
modifies/migrations :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- "models/migrations/**"
2023-10-08 19:16:56 +03:00
modifies/internal :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- ".air.toml"
- "Makefile"
- "Dockerfile"
- "Dockerfile.rootless"
- ".dockerignore"
- "docker/**"
- ".editorconfig"
- ".eslintrc.yaml"
- ".golangci.yml"
- ".gitpod.yml"
- ".markdownlint.yaml"
- ".spectral.yaml"
2024-03-29 23:32:35 +03:00
- "stylelint.config.js"
2024-03-13 01:09:02 +03:00
- ".yamllint.yaml"
- ".github/**"
- ".gitea/"
- ".devcontainer/**"
- "build.go"
- "build/**"
- "contrib/**"
modifies/dependencies :
- changed-files :
- any-glob-to-any-file :
- "package.json"
- "package-lock.json"
2024-03-15 18:27:51 +03:00
- "pyproject.toml"
2024-03-13 01:09:02 +03:00
- "poetry.lock"
- "go.mod"
- "go.sum"
modifies/go :
- changed-files :
- any-glob-to-any-file :
- "**/*.go"
2024-09-21 21:26:36 +03:00
modifies/frontend :
2024-03-13 01:09:02 +03:00
- changed-files :
- any-glob-to-any-file :
- "**/*.js"
2024-09-21 21:26:36 +03:00
- "**/*.ts"
2024-03-15 18:27:51 +03:00
- "**/*.vue"
2024-08-09 19:20:59 +03:00
docs-update-needed :
- changed-files :
- any-glob-to-any-file :
- "custom/conf/app.example.ini"