2023-04-06 04:14:11 +03:00
|
|
|
docs:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- 'docs/**/*'
|
|
|
|
- '**/README.md'
|
|
|
|
- 'packages/frontend/templates/**/*'
|
2023-04-06 17:56:32 +03:00
|
|
|
|
2023-04-14 22:14:58 +03:00
|
|
|
test:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- 'tests/**/*'
|
|
|
|
- '**/tests/**/*'
|
|
|
|
- '**/__tests__/**/*'
|
2023-04-06 04:14:11 +03:00
|
|
|
|
2023-04-06 17:56:32 +03:00
|
|
|
mod:dev:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- 'scripts/**/*'
|
|
|
|
- 'tools/cli/**/*'
|
|
|
|
- 'packages/common/debug/**/*'
|
2023-04-06 17:56:32 +03:00
|
|
|
|
2023-08-03 07:47:05 +03:00
|
|
|
mod:infra:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- 'packages/common/infra/**/*'
|
2023-08-03 07:47:05 +03:00
|
|
|
|
2023-07-30 21:10:45 +03:00
|
|
|
mod:plugin-cli:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- 'tools/plugin-cli/**/*'
|
|
|
|
|
|
|
|
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/**/*'
|
|
|
|
|
2024-04-29 05:14:20 +03:00
|
|
|
mod:server-native:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
2024-04-29 05:14:20 +03:00
|
|
|
- 'packages/backend/native/**/*'
|
2023-12-05 13:21:32 +03:00
|
|
|
|
|
|
|
mod:native:
|
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- 'packages/frontend/native/**/*'
|
2023-07-01 18:13:35 +03:00
|
|
|
|
2023-04-06 17:56:32 +03:00
|
|
|
mod:store:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- '**/atoms/**/*'
|
2023-04-06 17:56:32 +03:00
|
|
|
|
|
|
|
rust:
|
2023-12-05 13:21:32 +03:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file:
|
|
|
|
- '**/*.rs'
|
|
|
|
- '**/Cargo.toml'
|
|
|
|
- '**/Cargo.lock'
|
|
|
|
- '**/rust-toolchain'
|
|
|
|
- '**/rust-toolchain.toml'
|
|
|
|
- '**/rustfmt.toml'
|
|
|
|
|
|
|
|
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/**/*'
|