Skip to content

Commit

Permalink
chore(ci): update pr labeler globs to require less maintainance (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 committed Sep 13, 2024
1 parent 2dd0e8b commit e2cc9d4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2cc9d4

Please sign in to comment.