mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 18:32:41 +03:00
116 lines
2.4 KiB
YAML
116 lines
2.4 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:plugin:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/plugins/**/*'
|
|
|
|
plugin:copilot:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/plugins/copilot/**/*'
|
|
|
|
mod:infra:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/common/infra/**/*'
|
|
|
|
mod:sdk:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/common/sdk/**/*'
|
|
|
|
mod:plugin-cli:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'tools/plugin-cli/**/*'
|
|
|
|
mod:workspace:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/workspace/**/*'
|
|
|
|
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:hooks:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/hooks/**/*'
|
|
|
|
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/**/*'
|