From 2215aa0d343669b5b93cf4e4e5b82632e2ce37e1 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Fri, 13 Sep 2024 06:43:29 -0400 Subject: [PATCH] chore(ci): update pr labeler globs to require less maintainance --- .github/labeler.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f046ca749e19..f260d2e1bdce 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -28,28 +28,21 @@ A-Linter: - changed-files: - any-glob-to-any-file: - crates/biome_analyze/** - - crates/biome_js_analyze/** - - crates/biome_json_analyze/** + - crates/biome_*_analyze/** A-Parser: - changed-files: - any-glob-to-any-file: - crates/biome_parser/** - - crates/biome_js_parser/** - - crates/biome_js_syntax/** - - crates/biome_json_parser/** - - crates/biome_json_syntax/** - - crates/biome_css_parser/** - - crates/biome_css_syntax/** + - crates/biome_*_parser/** + - crates/biome_*_syntax/** A-Formatter: - changed-files: - any-glob-to-any-file: - crates/biome_formatter/** - crates/biome_formatter_test/** - - crates/biome_js_formatter/** - - crates/biome_json_formatter/** - - crates/biome_css_formatter/** + - crates/biome_*_formatter/** A-Editors: - changed-files: