Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Mar 25, 2024
1 parent 01e3243 commit ab66686
Showing 1 changed file with 68 additions and 38 deletions.
106 changes: 68 additions & 38 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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_*/**

0 comments on commit ab66686

Please sign in to comment.