oxc/.github/labeler.yml
rzvxa 315f9ad9bf
chore(ci): add A-cfg label to auto-labler. (#3772)
I have already added the `A-cfg` label if you don't want to merge this
please also remove the said label.
2024-06-19 23:23:31 +08:00

43 lines
953 B
YAML

A-ast:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_ast/**']
A-cfg:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_cfg/**']
A-cli:
- changed-files:
- any-glob-to-any-file: ['apps/oxlint/**']
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-type-checking:
- changed-files:
- any-glob-to-any-file: ['crates/oxc_type_synthesis/**']