From ab6668664d940b9f645c13b0fb7445171648c4bd Mon Sep 17 00:00:00 2001 From: "Arend van Beelen jr." Date: Mon, 25 Mar 2024 21:02:16 +0100 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 106 ++++++++++++++++++++++++++++---------------- 1 file changed, 68 insertions(+), 38 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5ff76e1a5eed..5c244f73074d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,69 +1,99 @@ # See https://github.com/actions/labeler A-Cli: - - crates/biome_cli/** - - crates/biome_fs/** - - crates/biome_console/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_cli/** + - crates/biome_fs/** + - crates/biome_console/** A-Core: - - crates/biome_deserializer/** - - crates/biome_fs/** - - crates/biome_rowan/** - - crates/biome_text_edit/** - - crates/biome_text_size/** - - crates/biome_suppression/** - - crates/biome_markup/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_deserializer/** + - crates/biome_fs/** + - crates/biome_rowan/** + - crates/biome_text_edit/** + - crates/biome_text_size/** + - crates/biome_suppression/** + - crates/biome_markup/** A-Project: - - crates/biome_service/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_service/** A-Linter: - - crates/biome_analyze/** - - crates/biome_js_analyze/** - - crates/biome_json_analyze/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_analyze/** + - crates/biome_js_analyze/** + - crates/biome_json_analyze/** A-Parser: - - 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/** +- 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/** A-Formatter: - - crates/biome_formatter/** - - crates/biome_formatter_test/** - - crates/biome_js_formatter/** - - crates/biome_json_formatter/** - - crates/biome_css_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/** A-Editors: - - crates/editors/** +- changed-files: + - any-glob-to-any-file: + - crates/editors/** A-Diagnostic: - - crates/biome_diagnostics/** - - crates/biome_diagnostics_categories/** - - crates/biome_diagnostics_macros/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_diagnostics/** + - crates/biome_diagnostics_categories/** + - crates/biome_diagnostics_macros/** A-Tooling: - - xtask/** - - crates/biome_ungrammar/** +- changed-files: + - any-glob-to-any-file: + - xtask/** + - crates/biome_ungrammar/** A-Website: - - website/** +- changed-files: + - any-glob-to-any-file: + - website/** A-LSP: - - crates/biome_lsp/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_lsp/** A-Changelog: - - CHANGELOG.md +- changed-files: + - any-glob-to-any-file: + - CHANGELOG.md L-Javascript: - - crates/biome_js_*/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_js_*/** L-Json: - - crates/biome_json_*/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_json_*/** L-CSS: - - crates/biome_css_*/** +- changed-files: + - any-glob-to-any-file: + - crates/biome_css_*/**