oxc/.github/labeler.yml
2023-12-12 12:35:43 +08:00

43 lines
966 B
YAML

A-ast:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_ast/**']
A-cli:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_cli/**']
A-prettier:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_prettier/**', 'tasks/prettier_conformance/**']
A-transformer:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_transformer/**', 'tasks/transform_conformance/**']
A-linter:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_linter/**']
A-minifier:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_minifier/**']
A-parser:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_parser/**']
A-codegen:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_codegen/**']
A-semantic:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_semantic/**']
A-resolver:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_resolver/**']
A-type-checking:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_type_synthesis/**']