mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 00:16:30 +03:00
96 lines
2.0 KiB
YAML
96 lines
2.0 KiB
YAML
docs:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'docs/**/*'
|
|
- '**/README.md'
|
|
- 'packages/frontend/templates/**/*'
|
|
|
|
test:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'tests/**/*'
|
|
- '**/tests/**/*'
|
|
- '**/__tests__/**/*'
|
|
|
|
mod:dev:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'scripts/**/*'
|
|
- 'tools/cli/**/*'
|
|
- 'packages/common/debug/**/*'
|
|
|
|
mod:infra:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/common/infra/**/*'
|
|
|
|
mod:plugin-cli:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'tools/plugin-cli/**/*'
|
|
|
|
mod:workspace-impl:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/workspace-impl/**/*'
|
|
|
|
mod:i18n:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/i18n/**/*'
|
|
|
|
mod:env:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/common/env/**/*'
|
|
|
|
mod:component:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/component/**/*'
|
|
|
|
mod:storage:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/backend/storage/**/*'
|
|
|
|
mod:native:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/native/**/*'
|
|
|
|
mod:store:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/atoms/**/*'
|
|
|
|
rust:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*.rs'
|
|
- '**/Cargo.toml'
|
|
- '**/Cargo.lock'
|
|
- '**/rust-toolchain'
|
|
- '**/rust-toolchain.toml'
|
|
- '**/rustfmt.toml'
|
|
|
|
package:y-indexeddb:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/common/y-indexeddb/**/*'
|
|
|
|
app:core:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/core/**/*'
|
|
|
|
app:electron:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/electron/**/*'
|
|
|
|
app:server:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/backend/server/**/*'
|