From ea293c4e94497aee79e760bd306adfa165c35976 Mon Sep 17 00:00:00 2001 From: Wenzhe Wang Date: Tue, 12 Dec 2023 12:35:43 +0800 Subject: [PATCH] chore(ci): change to labeler-v5's style (#1656) --- .github/labeler.yml | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ef8b8262c..4932db999 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,34 +1,43 @@ A-ast: - - crates/oxc_ast/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_ast/**'] A-cli: - - crates/oxc_cli/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_cli/**'] A-prettier: - - crates/oxc_prettier/** - - tasks/prettier_conformance/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_prettier/**', 'tasks/prettier_conformance/**'] A-transformer: - - crates/oxc_transformer/** - - tasks/transform_conformance/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_transformer/**', 'tasks/transform_conformance/**'] A-linter: - - crates/oxc_linter/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_linter/**'] A-minifier: - - crates/oxc_minifier/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_minifier/**'] A-parser: - - crates/oxc_parser/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_parser/**'] A-codegen: - - crates/oxc_codegen/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_codegen/**'] A-semantic: - - crates/oxc_semantic/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_semantic/**'] A-resolver: - - crates/oxc_resolver/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_resolver/**'] A-type-checking: - - crates/oxc_type_synthesis/** +- changed-files: + - any-glob-to-any-file: ['crates/oxc_type_synthesis/**']