mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
39 lines
969 B
YAML
39 lines
969 B
YAML
"area:apps/origin":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "apps/origin/**"
|
|
|
|
"area:apps/ui":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "apps/ui/**"
|
|
|
|
"area:apps/www":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "apps/www/**"
|
|
|
|
"pkg:ui":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "packages/ui/**"
|
|
|
|
"pkg:tsconfig":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "packages/typescript-config/**"
|
|
|
|
"area:config":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ".github/**"
|
|
- any-glob-to-any-file: "biome.json"
|
|
- any-glob-to-any-file: "turbo.json"
|
|
- any-glob-to-any-file: "tsconfig.json"
|
|
- any-glob-to-any-file: "bunfig.toml"
|
|
- any-glob-to-any-file: "lint-staged.config.mjs"
|
|
|
|
"docs":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "**/*.md"
|
|
|
|
"deps":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "package.json"
|
|
- any-glob-to-any-file: "bun.lock"
|
|
- any-glob-to-any-file: "packages/**/package.json"
|