mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.1 KiB
93 lines
2.1 KiB
modifies/docs: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "**/*.md" |
|
- "docs/**" |
|
|
|
modifies/templates: |
|
- changed-files: |
|
- all-globs-to-any-file: |
|
- "templates/**" |
|
- "!templates/swagger/v1_json.tmpl" |
|
|
|
modifies/api: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "routers/api/**" |
|
- "templates/swagger/v1_json.tmpl" |
|
|
|
modifies/cli: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "cmd/**" |
|
|
|
modifies/translation: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "options/locale/*.ini" |
|
|
|
modifies/migrations: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "models/migrations/**" |
|
|
|
modifies/internal: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- ".air.toml" |
|
- "Makefile" |
|
- "Dockerfile" |
|
- "Dockerfile.rootless" |
|
- ".dockerignore" |
|
- "docker/**" |
|
- ".editorconfig" |
|
- ".eslintrc.cjs" |
|
- ".golangci.yml" |
|
- ".gitpod.yml" |
|
- ".markdownlint.yaml" |
|
- ".spectral.yaml" |
|
- "stylelint.config.js" |
|
- ".yamllint.yaml" |
|
- ".github/**" |
|
- ".gitea/**" |
|
- ".devcontainer/**" |
|
- "build.go" |
|
- "build/**" |
|
- "contrib/**" |
|
|
|
modifies/dependencies: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "package.json" |
|
- "pnpm-lock.yaml" |
|
- "pyproject.toml" |
|
- "uv.lock" |
|
- "go.mod" |
|
- "go.sum" |
|
|
|
modifies/go: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "**/*.go" |
|
|
|
modifies/frontend: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "*.js" |
|
- "*.ts" |
|
- "web_src/**" |
|
|
|
docs-update-needed: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- "custom/conf/app.example.ini" |
|
|
|
topic/code-linting: |
|
- changed-files: |
|
- any-glob-to-any-file: |
|
- ".eslintrc.cjs" |
|
- ".golangci.yml" |
|
- ".markdownlint.yaml" |
|
- ".spectral.yaml" |
|
- ".yamllint.yaml" |
|
- "stylelint.config.js"
|
|
|