AFFiNE/.github/labeler.yml

69 lines
1.1 KiB
YAML
Raw Normal View History

2023-04-06 04:14:11 +03:00
docs:
- 'docs/**/*'
- '**/README.md'
2023-04-06 17:56:32 +03:00
- 'packages/templates/**/*'
2023-04-14 22:14:58 +03:00
test:
2023-04-06 04:14:11 +03:00
- 'tests/**/*'
- '**/tests/**/*'
- '**/__tests__/**/*'
2023-04-06 17:56:32 +03:00
mod:dev:
- 'scripts/**/*'
- 'packages/cli/**/*'
- 'packages/debug/**/*'
2023-07-01 18:13:35 +03:00
mod:plugin:
- 'plugins/**/*'
plugin:bookmark-block:
- 'plugins/bookmark-block/**/*'
plugin:copilot:
- 'plugins/copilot/**/*'
2023-08-03 07:47:05 +03:00
mod:infra:
- 'packages/infra/**/*'
mod:sdk:
- 'packages/sdk/**/*'
2023-05-30 13:02:49 +03:00
2023-07-30 21:10:45 +03:00
mod:plugin-cli:
- 'packages/plugin-cli/**/*'
2023-04-06 04:14:11 +03:00
mod:workspace: 'packages/workspace/**/*'
2023-04-06 17:56:32 +03:00
2023-04-06 04:14:11 +03:00
mod:i18n: 'packages/i18n/**/*'
2023-04-06 17:56:32 +03:00
2023-04-06 04:14:11 +03:00
mod:env: 'packages/env/**/*'
2023-04-06 17:56:32 +03:00
2023-04-06 04:14:11 +03:00
mod:hooks: 'packages/hooks/**/*'
2023-04-06 17:56:32 +03:00
2023-04-06 19:03:27 +03:00
mod:component: 'packages/component/**/*'
2023-04-06 04:14:11 +03:00
2023-07-01 18:13:35 +03:00
mod:storage: 'packages/storage/**/*'
mod:native: 'packages/native/**/*'
2023-04-06 17:56:32 +03:00
mod:store:
- 'packages/jotai/**/*'
- '**/atoms/**/*'
rust:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/rust-toolchain'
- '**/rust-toolchain.toml'
- '**/rustfmt.toml'
package:y-indexeddb: 'packages/y-indexeddb/**/*'
2023-07-19 18:52:21 +03:00
app:core: 'apps/core/**/*'
2023-04-06 17:56:32 +03:00
2023-04-06 04:14:11 +03:00
app:electron: 'apps/electron/**/*'
2023-04-18 07:12:48 +03:00
app:server: 'apps/server/**/*'
2023-06-25 16:18:23 +03:00
app:docs: 'apps/docs/**/*'