Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
ci: update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 21, 2023
1 parent 4ca5598 commit 22bca8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
A-Cli:
- crates/rome_cli/**
- crates/rome_fs/**
- crates/rome_console/**

A-Core:
- crates/rome_deserializer/**
- crates/rome_fs/**
- crates/rome_rowan/**
- crates/rome_text_edit/**
- crates/rome_text_size/**
- crates/rome_suppression/**
- crates/rome_suppression/**
- crates/rome_markup/**

A-Project:
- crates/rome_service/**
Expand All @@ -25,12 +29,15 @@ A-Parser:
- crates/rome_js_syntax/**
- crates/rome_json_parser/**
- crates/rome_json_syntax/**
- crates/rome_css_parser/**
- crates/rome_css_syntax/**

A-Formatter:
- crates/rome_formatter/**
- crates/rome_formatter_test/**
- crates/rome_js_formatter/**
- crates/rome_json_formatter/**
- crates/rome_css_formatter/**

A-Editors:
- crates/editors/**
Expand All @@ -43,6 +50,17 @@ A-Diagnostic:
A-Tooling:
- xtask/**

A-Website:
- website/**

A-LSP:
- crates/rome_lsp/**

L-Javascript:
- crates/rome_js_*/**

L-Json:
- crates/rome_json_*/**

L-CSS:
- crates/rome_css_*/**

0 comments on commit 22bca8e

Please sign in to comment.