biome/.github/labeler.yml

117 lines
2.3 KiB
YAML

# See https://github.com/actions/labeler
A-Cli:
- changed-files:
- any-glob-to-any-file:
- crates/biome_cli/**
- crates/biome_fs/**
- crates/biome_console/**
A-Core:
- 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:
- changed-files:
- any-glob-to-any-file:
- crates/biome_service/**
- crates/biome_configuration/**
- crates/biome_module_graph/**
- crates/biome_package/**
- crates/biome_plugin_loader/**
- crates/biome_project_layout/**
A-Linter:
- changed-files:
- any-glob-to-any-file:
- crates/biome_analyze/**
- crates/biome_*_analyze/**
A-Parser:
- changed-files:
- any-glob-to-any-file:
- crates/biome_parser/**
- crates/biome_*_parser/**
- crates/biome_*_syntax/**
A-Formatter:
- changed-files:
- any-glob-to-any-file:
- crates/biome_formatter/**
- crates/biome_formatter_test/**
- crates/biome_*_formatter/**
A-Editors:
- changed-files:
- any-glob-to-any-file:
- crates/editors/**
A-Diagnostic:
- changed-files:
- any-glob-to-any-file:
- crates/biome_diagnostics/**
- crates/biome_diagnostics_categories/**
- crates/biome_diagnostics_macros/**
A-Resolver:
- changed-files:
- any-glob-to-any-file:
- crates/biome_resolver/**
A-Tooling:
- changed-files:
- any-glob-to-any-file:
- xtask/**
- crates/biome_ungrammar/**
A-Type-Inference:
- changed-files:
- any-glob-to-any-file:
- crates/biome_*_type_info/**
A-LSP:
- changed-files:
- any-glob-to-any-file:
- crates/biome_lsp/**
A-Changelog:
- changed-files:
- any-glob-to-any-file:
- CHANGELOG.md
L-Javascript:
- changed-files:
- any-glob-to-any-file:
- crates/biome_js_*/**
L-Json:
- changed-files:
- any-glob-to-any-file:
- crates/biome_json_*/**
L-CSS:
- changed-files:
- any-glob-to-any-file:
- crates/biome_css_*/**
L-HTML:
- changed-files:
- any-glob-to-any-file:
- crates/biome_html_*/**
L-Grit:
- changed-files:
- any-glob-to-any-file:
- crates/biome_grit_*/**
L-Tailwind:
- changed-files:
- any-glob-to-any-file:
- crates/biome_tailwind_*/**