From 9669c5d576c7cc283e769a37cb7ad1699edd5432 Mon Sep 17 00:00:00 2001 From: Dunqing Date: Wed, 26 Jun 2024 15:28:01 +0800 Subject: [PATCH] chore(ci): auto label for oxc_isolated_declarations --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 8d8dbda6f9ebc..6a7d5061e3f1e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -41,3 +41,7 @@ A-semantic: A-type-checking: - changed-files: - any-glob-to-any-file: ['crates/oxc_type_synthesis/**'] + +A-isolated-declarations: +- changed-files: + - any-glob-to-any-file: ['crates/oxc_isolated_declarations/**'] \ No newline at end of file